Test restarts in callback and slot; and test abort-app
src/signal-slot.lisp
Thu Jun 4 00:07:20 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Test restarts in callback and slot; and test abort-app
--- old-qt.tests/src/signal-slot.lisp 2014-10-30 07:57:16.000000000 +0100
+++ new-qt.tests/src/signal-slot.lisp 2014-10-30 07:57:16.000000000 +0100
@@ -166,6 +166,7 @@
(qt:connect (qt:get-signal model
"rowsInserted(QModelIndex, int, int)")
#'(lambda (parent start end)
+ (declare (ignore end))
(5am:is (cxx:= (cxx:parent (cxx:index model start)))
parent)
(incf count)))