X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=core%2Fcore.h;h=126e3a5799d69de7185618ef9e0cc9bbc7919c14;hp=400c21eb9aada6736c714c659cbf2ded8704fc74;hb=26586e615ffe42bb2b1b307ed1324a6e3051f5da;hpb=7ec4585cecc74ce8d9a94b0e52f00a96d105e79e diff --git a/core/core.h b/core/core.h index 400c21eb..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(); @@ -109,6 +109,7 @@ class CoreSession : public QObject { void globalDataUpdated(UserId, QString); void recvStatusMsgFromServer(QString msg); void recvMessageFromServer(Message::Type, QString target, QString text, QString sender = "", quint8 flags = Message::None); + void serverConnected(QString net); void serverDisconnected(QString net); private: