Rework QObject parent ownership transfer
src/signal-slot/slot.lisp
Sun May 31 19:33:32 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Rework QObject parent ownership transfer
--- old-qt.gui/src/signal-slot/slot.lisp 2014-10-30 07:48:41.000000000 +0100
+++ new-qt.gui/src/signal-slot/slot.lisp 2014-10-30 07:48:41.000000000 +0100
@@ -7,7 +7,7 @@
(function :reader slot-function :initarg :slot-function
:initform (error "no function specified")
:documentation "The function called when the slot is invoked."))
- (:metaclass smoke::smoke-wrapper-class)
+ (:metaclass cxx:class)
(:documentation "A Qt slot that calls its associated function"))
(defun make-slot (function &optional (arguments nil arguments-p))