aboutsummaryrefslogtreecommitdiff
path: root/tests/all/tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/all/tests.h')
-rw-r--r--tests/all/tests.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/all/tests.h b/tests/all/tests.h
index fe928346..3bc8ad1e 100644
--- a/tests/all/tests.h
+++ b/tests/all/tests.h
@@ -63,11 +63,3 @@ private slots:
void testSubscriptions();
};
-class TestServer : public QObject
-{
- Q_OBJECT
-
-private slots:
- void testConnect_data();
- void testConnect();
-};