summaryrefslogtreecommitdiff
path: root/tests/test-dbus-pong/pong.h
diff options
context:
space:
mode:
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_