X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=core%2Fcore.h;h=126e3a5799d69de7185618ef9e0cc9bbc7919c14;hp=c4a66465a997959fe07072a8107adb6c54ccce16;hb=26586e615ffe42bb2b1b307ed1324a6e3051f5da;hpb=0d5499deed248902ce2341208cbc33acd8cace19 diff --git a/core/core.h b/core/core.h index c4a66465..126e3a57 100644 --- a/core/core.h +++ b/core/core.h @@ -40,7 +40,7 @@ class Core : public QObject { static void destroy(); static CoreSession * session(UserId); - static CoreSession * guiSession(); + static CoreSession * localSession(); static CoreSession * createSession(UserId); private slots: @@ -84,7 +84,7 @@ class CoreSession : public QObject { public slots: void connectToIrc(QStringList); - void processSignal(GUISignal, QVariant, QVariant, QVariant); + void processSignal(ClientSignal, QVariant, QVariant, QVariant); void sendBacklog(BufferId, QVariant, QVariant); void msgFromGui(BufferId, QString message); void sendServerStates();