X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreproxy.cpp;h=e6b9b4936cfc60d55b540ab949b3a72c454282cd;hp=f10af4191ae0e2722b75e1f925dff09b7765aed3;hb=42ff71aaa8d3cee9e348a45758c56c380a4f1b45;hpb=b7941a3c2a1884f1e6f694fda2e90ad20277db2e diff --git a/src/core/coreproxy.cpp b/src/core/coreproxy.cpp index f10af419..e6b9b493 100644 --- a/src/core/coreproxy.cpp +++ b/src/core/coreproxy.cpp @@ -19,6 +19,7 @@ ***************************************************************************/ #include "coreproxy.h" +#include CoreProxy::CoreProxy() { @@ -28,6 +29,7 @@ void CoreProxy::recv(ClientSignal sig, QVariant arg1, QVariant arg2, QVariant ar //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;