Support ownership transfer to non smoke wrapped QObjects & cleanup C++ to Lisp translation.
src/signal-slot/slot.lisp
Sun Aug 2 13:15:21 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Support ownership transfer to non smoke wrapped QObjects & cleanup C++ to Lisp translation.
--- old-qt.gui/src/signal-slot/slot.lisp 2014-10-30 07:44:45.000000000 +0100
+++ new-qt.gui/src/signal-slot/slot.lisp 2014-10-30 07:44:45.000000000 +0100
@@ -4,7 +4,7 @@
((arguments :reader arguments :initarg :argument-types
:documentation "List of the argument types for the slot.")
(function :reader slot-function :initarg :slot-function
- :initform (error "no function specified")
+ :initform (error "no slot function specified")
:documentation "The function called when the slot is invoked."))
(:metaclass cxx:class)
(:documentation "A Qt slot that calls its associated function"))