summaryrefslogtreecommitdiff
path: root/tests/test-dbus-pong/pong.h
diff options
context:
space:
mode:
authorMartin Wolf <ext-martin.2.wolf@nokia.com>2010-02-04 18:32:35 +0200
committerMartin Wolf <ext-martin.2.wolf@nokia.com>2010-02-04 18:32:35 +0200
commit6751c585385f017d08540bbe121606d642afb220 (patch)
treeaa25c7bf41e4d26dcff1ce5d56832912b4cf473d /tests/test-dbus-pong/pong.h
parent96c2304b134ae2aa1ec56825af40eae4a4fe21cf (diff)
Automated tests for libdbus-qeventloop
Diffstat (limited to 'tests/test-dbus-pong/pong.h')
-rw-r--r--tests/test-dbus-pong/pong.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-dbus-pong/pong.h b/tests/test-dbus-pong/pong.h
index 8656186..21f0082 100644
--- a/tests/test-dbus-pong/pong.h
+++ b/tests/test-dbus-pong/pong.h
@@ -8,6 +8,8 @@ class Pong: public QObject
Q_OBJECT
public slots:
Q_SCRIPTABLE QString ping(const QString &arg);
+ Q_SCRIPTABLE unsigned int quit();
+ Q_SCRIPTABLE unsigned int timeout();
};
#endif // _PONG_H_