aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h
index 436f6070..271fc30c 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -91,6 +91,14 @@ private slots:
void testSubscriptions();
};
+class TestServer : public QObject
+{
+ Q_OBJECT
+
+private slots:
+ void testConnect();
+};
+
class TestStun : public QObject
{
Q_OBJECT