Break API compatibility for qt:with-app and qt:exec & spellcheck
src/timer.lisp
Wed Jul 1 12:58:06 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Break API compatibility for qt:with-app and qt:exec & spellcheck
--- old-qt.gui/src/timer.lisp 2014-10-30 07:46:23.000000000 +0100
+++ new-qt.gui/src/timer.lisp 2014-10-30 07:46:23.000000000 +0100
@@ -25,6 +25,7 @@
`(single-shot #'(lambda () ,@body)))
(defmethod cxx:timer-event ((timer single-shot-timer) event)
+ (declare (ignore event))
(cxx:kill-timer timer (slot-value timer 'timer-id))
(funcall (slot-value timer 'function))
(remove timer *single-shot-timers*))