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 /tests/callcandidateseventtest.h | |
parent | 0368242c543d388b789eb02f22552128e3b14c18 (diff) | |
download | libquotient-a9987b1bc7f789f3063c06ed23e1f51024341463.tar.gz libquotient-a9987b1bc7f789f3063c06ed23e1f51024341463.zip |
Move tests
Diffstat (limited to 'tests/callcandidateseventtest.h')
-rw-r--r-- | tests/callcandidateseventtest.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/callcandidateseventtest.h b/tests/callcandidateseventtest.h deleted file mode 100644 index b81c9c9b..00000000 --- a/tests/callcandidateseventtest.h +++ /dev/null @@ -1,13 +0,0 @@ -// 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(); -}; |