aboutsummaryrefslogtreecommitdiff
path: root/autotests
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-08-01 08:09:40 +0200
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-09-04 18:42:11 +0200
commit8e58d28ca0517aeeb43c99bd97ec9ba5ada11c95 (patch)
treec29da2261c6bd210d95615544989f8a550c758a0 /autotests
parentfc6321d53f7743f7629841d02c6e28e1a3ab3f83 (diff)
downloadlibquotient-8e58d28ca0517aeeb43c99bd97ec9ba5ada11c95.tar.gz
libquotient-8e58d28ca0517aeeb43c99bd97ec9ba5ada11c95.zip
CallEventBase -> CallEvent; pack up all call events
These are small enough to comfortably reside in a single translation unit.
Diffstat (limited to 'autotests')
-rw-r--r--autotests/callcandidateseventtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/callcandidateseventtest.cpp b/autotests/callcandidateseventtest.cpp
index 0d5a543b..b37dd109 100644
--- a/autotests/callcandidateseventtest.cpp
+++ b/autotests/callcandidateseventtest.cpp
@@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: LGPL-2.1-or-later
-#include "events/callcandidatesevent.h"
+#include "events/callevents.h"
#include <QtTest/QtTest>