X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreproxy.cpp;h=580c7b1490cab3132ed1b544b54e7f0236a8120a;hp=f10af4191ae0e2722b75e1f925dff09b7765aed3;hb=51dc042dd59b491e45951cb9d8371a1f62857945;hpb=0ac9ce4d7cf768d13993d6aa1d6b791c4149a843 diff --git a/src/core/coreproxy.cpp b/src/core/coreproxy.cpp index f10af419..580c7b14 100644 --- a/src/core/coreproxy.cpp +++ b/src/core/coreproxy.cpp @@ -19,6 +19,7 @@ ***************************************************************************/ #include "coreproxy.h" +#include CoreProxy::CoreProxy() { @@ -27,7 +28,7 @@ CoreProxy::CoreProxy() { void CoreProxy::recv(ClientSignal sig, QVariant arg1, QVariant arg2, QVariant arg3) { //qDebug() << "[CORE] Received signal" << sig << ":" << arg1<(), arg2.toString()); break; case GS_REQUEST_CONNECT: emit gsRequestConnect(arg1.toStringList()); break; case GS_IMPORT_BACKLOG: emit gsImportBacklog(); break;