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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test-dbus-pong/pong.h b/tests/test-dbus-pong/pong.h
index 21f0082..3e81aa0 100644
--- a/tests/test-dbus-pong/pong.h
+++ b/tests/test-dbus-pong/pong.h
@@ -5,11 +5,11 @@
class Pong: public QObject
{
- Q_OBJECT
+ Q_OBJECT
public slots:
- Q_SCRIPTABLE QString ping(const QString &arg);
- Q_SCRIPTABLE unsigned int quit();
- Q_SCRIPTABLE unsigned int timeout();
+ Q_SCRIPTABLE QString ping(const QString &arg);
+ Q_SCRIPTABLE unsigned int quit();
+ Q_SCRIPTABLE unsigned int timeout();
};
#endif // _PONG_H_