X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreproxy.cpp;h=580c7b1490cab3132ed1b544b54e7f0236a8120a;hp=e6b9b4936cfc60d55b540ab949b3a72c454282cd;hb=372e281c83794188819e2a74f570e16684778456;hpb=44b22c4419f478a20f6324f9f3a700a2dec56302 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;