diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-01-22 16:38:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 16:38:34 +0100 |
commit | 0e3973cade9348946a3675a242723711b9b75ad1 (patch) | |
tree | 243fc6758f175e0e9d2d2a8581b7072400b63566 /autotests/callcandidateseventtest.h | |
parent | 9fb2970eadf810f7ae38389b333b543c22fb8be7 (diff) | |
parent | 390162a0c707c51590acb27df81e98a85d3b6cf7 (diff) | |
download | libquotient-0e3973cade9348946a3675a242723711b9b75ad1.tar.gz libquotient-0e3973cade9348946a3675a242723711b9b75ad1.zip |
Merge pull request #440 from ognarb/callcandidateupdate
Add more properties to CallCandidateEvent
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(); +}; |