aboutsummaryrefslogtreecommitdiff
path: root/autotests/callcandidateseventtest.h
blob: b81c9c9b1923b56dd839a271e3ca6de4f0030601 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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();
};