aboutsummaryrefslogtreecommitdiff
path: root/eventemitter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eventemitter.cpp')
-rw-r--r--eventemitter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/eventemitter.cpp b/eventemitter.cpp
index 9e37a3d..3a66b75 100644
--- a/eventemitter.cpp
+++ b/eventemitter.cpp
@@ -31,7 +31,6 @@ DcAccountsEventEmitter::start()
void
DcAccountsEventEmitter::processEvent(DcEvent *event)
{
- emit incomingEvent();
switch (event->getId()) {
case DC_EVENT_INFO:
qInfo("%s", qUtf8Printable(event->getData2Str()));