aboutsummaryrefslogtreecommitdiff
path: root/tests/callcandidateseventtest.h
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2021-01-10 23:26:57 +0100
committerCarl Schwan <carl@carlschwan.eu>2021-01-21 19:21:44 +0100
commit17e62b85cae99d8485be44f90f0622e4ba843fa0 (patch)
tree7a735b87b7570e84669de48482c1ec30a728dbbf /tests/callcandidateseventtest.h
parent9fb2970eadf810f7ae38389b333b543c22fb8be7 (diff)
downloadlibquotient-17e62b85cae99d8485be44f90f0622e4ba843fa0.tar.gz
libquotient-17e62b85cae99d8485be44f90f0622e4ba843fa0.zip
Add more properties to CallCandidateEvent
Diffstat (limited to 'tests/callcandidateseventtest.h')
-rw-r--r--tests/callcandidateseventtest.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/callcandidateseventtest.h b/tests/callcandidateseventtest.h
new file mode 100644
index 00000000..b81c9c9b
--- /dev/null
+++ b/tests/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();
+};