X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcoreproxy.cpp;h=580c7b1490cab3132ed1b544b54e7f0236a8120a;hb=2039f5e28eeb431e394f1c2468a26218bd926538;hp=e6b9b4936cfc60d55b540ab949b3a72c454282cd;hpb=42ff71aaa8d3cee9e348a45758c56c380a4f1b45;p=quassel.git diff --git a/src/core/coreproxy.cpp b/src/core/coreproxy.cpp index e6b9b493..580c7b14 100644 --- a/src/core/coreproxy.cpp +++ b/src/core/coreproxy.cpp @@ -28,7 +28,6 @@ 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;