diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-01-21 19:16:31 +0100 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2021-01-21 19:21:45 +0100 |
commit | a9987b1bc7f789f3063c06ed23e1f51024341463 (patch) | |
tree | 18a0e86760df67ec7fdd1d9c9b57efc872469a29 /autotests/callcandidateseventtest.h | |
parent | 0368242c543d388b789eb02f22552128e3b14c18 (diff) | |
download | libquotient-a9987b1bc7f789f3063c06ed23e1f51024341463.tar.gz libquotient-a9987b1bc7f789f3063c06ed23e1f51024341463.zip |
Move tests
Diffstat (limited to 'autotests/callcandidateseventtest.h')
-rw-r--r-- | autotests/callcandidateseventtest.h | 13 |
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(); +}; |