diff options
Diffstat (limited to 'tests/qxmppstreamfeatures/tst_qxmppstreamfeatures.cpp')
| -rw-r--r-- | tests/qxmppstreamfeatures/tst_qxmppstreamfeatures.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/qxmppstreamfeatures/tst_qxmppstreamfeatures.cpp b/tests/qxmppstreamfeatures/tst_qxmppstreamfeatures.cpp index 94e59eeb..c1e95149 100644 --- a/tests/qxmppstreamfeatures/tst_qxmppstreamfeatures.cpp +++ b/tests/qxmppstreamfeatures/tst_qxmppstreamfeatures.cpp @@ -28,11 +28,11 @@ class tst_QXmppStreamFeatures : public QObject { Q_OBJECT -private slots: - void testEmpty(); - void testRequired(); - void testFull(); - void testSetters(); +private: + Q_SLOT void testEmpty(); + Q_SLOT void testRequired(); + Q_SLOT void testFull(); + Q_SLOT void testSetters(); }; void tst_QXmppStreamFeatures::testEmpty() |
