X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclientsyncer.h;h=ea65d48f3d9db883ae3f97ed12419dc2968a2108;hb=366f5e334c898bef4b88605cf5cf2ee2feabffb1;hp=16c516d70762e1d8a086e82498231ebb11cc67d8;hpb=01922b87be01cd5c9844d2a273acd9a71aee8e96;p=quassel.git diff --git a/src/client/clientsyncer.h b/src/client/clientsyncer.h index 16c516d7..ea65d48f 100644 --- a/src/client/clientsyncer.h +++ b/src/client/clientsyncer.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel IRC Team * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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; @@ -59,8 +61,9 @@ signals: void coreSetupSuccess(); void coreSetupFailed(const QString &error); - void encrypted(bool); + void encrypted(); // relaying encrypted signal of the encapsulated SslSocket + void startInternalCore(ClientSyncer *syncer); void connectToInternalCore(SignalProxy *proxy); public slots: