X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fcoreconnectdlg.h;h=cac4721e4a8fcef9e1904c5f8ae448a2d349ecbc;hb=d641909f556da373ede15b257898ddc183e0954b;hp=7abaac9c3aa9dc933ed92a79f9e4cf85b487fc02;hpb=81b7a767c2e8066ca560001c4e69073daaa77272;p=quassel.git diff --git a/src/qtui/coreconnectdlg.h b/src/qtui/coreconnectdlg.h index 7abaac9c..cac4721e 100644 --- a/src/qtui/coreconnectdlg.h +++ b/src/qtui/coreconnectdlg.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 * @@ -38,8 +38,8 @@ public: CoreConnectDlg(bool = false, QWidget *parent = 0); ~CoreConnectDlg(); -signals: - void newClientSyncer(ClientSyncer *); +// signals: +// void newClientSyncer(ClientSyncer *); private slots: /*** Phase Null: Accounts ***/ @@ -64,7 +64,6 @@ private slots: void initPhaseError(const QString &error); void initPhaseMsg(const QString &msg); void initPhaseSocketState(QAbstractSocket::SocketState); - void encrypted(bool); /*** Phase Two: Login ***/ void startLogin(); @@ -86,10 +85,13 @@ private slots: void coreNetworksProgress(quint32, quint32); private: + AccountId findFreeAccountId(); + Ui::CoreConnectDlg ui; AccountId autoConnectAccount; QHash accounts; + AccountId _internalAccountId; QVariantMap accountData; AccountId account;