:qt and :qt-impl packages to prevent collision with :cl symbols and fix object with non smoke parent.
src/list.lisp
Thu Jun 11 16:59:48 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* :qt and :qt-impl packages to prevent collision with :cl symbols and fix object with non smoke parent.
--- old-qt.gui/src/list.lisp 2014-10-30 07:46:54.000000000 +0100
+++ new-qt.gui/src/list.lisp 2014-10-30 07:46:54.000000000 +0100
@@ -1,4 +1,4 @@
-(in-package :qt)
+(in-package :cl-smoke.qt-impl)
(defmacro define-qlist-wrapper (type-name &optional c-name)
(let* ((c-name (or c-name type-name))