aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h
index ab6526d3..0d27e570 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -128,6 +128,7 @@ class TestServer : public QObject
Q_OBJECT
private slots:
+ void testConnect_data();
void testConnect();
};