diff options
Diffstat (limited to 'lib/events/callhangupevent.cpp')
-rw-r--r-- | lib/events/callhangupevent.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/events/callhangupevent.cpp b/lib/events/callhangupevent.cpp index 80844f2d..2a4fd3da 100644 --- a/lib/events/callhangupevent.cpp +++ b/lib/events/callhangupevent.cpp @@ -19,7 +19,6 @@ #include "callhangupevent.h" #include "event.h" - #include "logging.h" #include <QtCore/QJsonDocument> @@ -50,5 +49,4 @@ CallHangupEvent::CallHangupEvent(const QJsonObject& obj) CallHangupEvent::CallHangupEvent(const QString& callId) : CallEventBase(typeId(), matrixTypeId(), callId, 0) -{ -} +{} |