[Kst] branches/work/kst/portto4/kst/tests
Mike Fenton
mike at staikos.net
Thu Apr 30 19:56:43 CEST 2009
SVN commit 961798 by fenton:
Fix Scalar test.
M +1 -1 testscalar.cpp
--- branches/work/kst/portto4/kst/tests/testscalar.cpp #961797:961798
@@ -81,7 +81,7 @@
QCOMPARE((*sp = 2.0).value(), 2.0);
SListener *listener = new SListener;
- sp->connect(sp, SIGNAL(trigger()), listener, SLOT(trigger()));
+ sp->connect(sp, SIGNAL(updated(ObjectPtr)), listener, SLOT(trigger()));
*sp = 3.1415;
QCOMPARE(listener->_trigger, 1);
sp->setValue(3.1415);
More information about the Kst
mailing list