aboutsummaryrefslogtreecommitdiff
path: root/autotests/callcandidateseventtest.h
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2021-01-21 19:16:31 +0100
committerCarl Schwan <carl@carlschwan.eu>2021-01-21 19:21:45 +0100
commita9987b1bc7f789f3063c06ed23e1f51024341463 (patch)
tree18a0e86760df67ec7fdd1d9c9b57efc872469a29 /autotests/callcandidateseventtest.h
parent0368242c543d388b789eb02f22552128e3b14c18 (diff)
downloadlibquotient-a9987b1bc7f789f3063c06ed23e1f51024341463.tar.gz
libquotient-a9987b1bc7f789f3063c06ed23e1f51024341463.zip
Move tests
Diffstat (limited to 'autotests/callcandidateseventtest.h')
-rw-r--r--autotests/callcandidateseventtest.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/autotests/callcandidateseventtest.h b/autotests/callcandidateseventtest.h
new file mode 100644
index 00000000..b81c9c9b
--- /dev/null
+++ b/autotests/callcandidateseventtest.h
@@ -0,0 +1,13 @@
+// SPDX-FileCopyrightText: 2020 Carl Schwan <carlschwan@kde.org>
+//
+// SPDX-License-Identifier: LGPL-2.1-or-later
+
+#include <QtTest/QtTest>
+
+class TestCallCandidatesEvent : public QObject
+{
+ Q_OBJECT
+
+private Q_SLOTS:
+ void fromJson();
+};