X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcore.h;h=5e73b7c8c1c48d3560b4f8acf94dadacb11f709c;hp=af5fd92d2a4c7f91ce21b580914d80cd9ead1a90;hb=c7ad7451b1e899ba0de2ded9ac08359dff5cca61;hpb=372e281c83794188819e2a74f570e16684778456 diff --git a/src/core/core.h b/src/core/core.h index af5fd92d..5e73b7c8 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -26,7 +26,7 @@ #include #include -#include "coreproxy.h" +#include "global.h" class CoreSession; class Storage; @@ -46,7 +46,6 @@ class Core : public QObject { static void disconnectLocalClient(); private slots: - void recvProxySignal(CoreSignal, QVariant, QVariant, QVariant); bool startListening(uint port = DEFAULT_PORT); void stopListening(); void incomingConnection(); @@ -73,7 +72,6 @@ class Core : public QObject { Storage *storage; QTcpServer server; // TODO: implement SSL - QHash validClients; QHash blockSizes; };