diff options
Diffstat (limited to 'tests/qxmppresultset/tst_qxmppresultset.cpp')
| -rw-r--r-- | tests/qxmppresultset/tst_qxmppresultset.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/qxmppresultset/tst_qxmppresultset.cpp b/tests/qxmppresultset/tst_qxmppresultset.cpp index 67b00466..8238b5e6 100644 --- a/tests/qxmppresultset/tst_qxmppresultset.cpp +++ b/tests/qxmppresultset/tst_qxmppresultset.cpp @@ -12,11 +12,11 @@ class tst_QXmppResultSet : public QObject { Q_OBJECT -private slots: - void testQuery_data(); - void testQuery(); - void testReply_data(); - void testReply(); +private: + Q_SLOT void testQuery_data(); + Q_SLOT void testQuery(); + Q_SLOT void testReply_data(); + Q_SLOT void testReply(); }; void tst_QXmppResultSet::testQuery_data() |
