X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclientsyncer.h;h=7f07de39a5f237551eca22b733dc74446a1ee8ee;hb=770e7067c540d2e133464d7d614ca05c6075cdd3;hp=16c516d70762e1d8a086e82498231ebb11cc67d8;hpb=01922b87be01cd5c9844d2a273acd9a71aee8e96;p=quassel.git diff --git a/src/client/clientsyncer.h b/src/client/clientsyncer.h index 16c516d7..7f07de39 100644 --- a/src/client/clientsyncer.h +++ b/src/client/clientsyncer.h @@ -18,8 +18,8 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#ifndef _CLIENTSYNCER_H_ -#define _CLIENTSYNCER_H_ +#ifndef CLIENTSYNCER_H_ +#define CLIENTSYNCER_H_ #include #include @@ -31,6 +31,8 @@ # include #endif +#include "types.h" + class IrcUser; class IrcChannel; class SignalProxy; @@ -61,13 +63,14 @@ signals: void encrypted(bool); + void startInternalCore(); void connectToInternalCore(SignalProxy *proxy); public slots: void connectToCore(const QVariantMap &); void loginToCore(const QString &user, const QString &passwd); void disconnectFromCore(); - void useInternalCore(); + void useInternalCore(AccountId internalAccountId); private slots: void coreSocketError(QAbstractSocket::SocketError);