X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fcoreconnectdlg.h;h=3fb8b99ed13755349b2c69c4a3e5b2a34e221dff;hb=981b43a699b4dd6da16e45f74d59443b68ad4b9c;hp=ff980d3228ec4c44e92fb42b19151f16f68a30e6;hpb=01922b87be01cd5c9844d2a273acd9a71aee8e96;p=quassel.git diff --git a/src/qtui/coreconnectdlg.h b/src/qtui/coreconnectdlg.h index ff980d32..3fb8b99e 100644 --- a/src/qtui/coreconnectdlg.h +++ b/src/qtui/coreconnectdlg.h @@ -18,8 +18,8 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#ifndef _CORECONNECTDLG_H_ -#define _CORECONNECTDLG_H_ +#ifndef CORECONNECTDLG_H +#define CORECONNECTDLG_H #include @@ -38,8 +38,10 @@ public: CoreConnectDlg(bool = false, QWidget *parent = 0); ~CoreConnectDlg(); -private slots: +signals: + void newClientSyncer(ClientSyncer *); +private slots: /*** Phase Null: Accounts ***/ void restartPhaseNull(); @@ -84,10 +86,13 @@ private slots: void coreNetworksProgress(quint32, quint32); private: + AccountId findFreeAccountId(); + Ui::CoreConnectDlg ui; AccountId autoConnectAccount; QHash accounts; + AccountId _internalAccountId; QVariantMap accountData; AccountId account; @@ -110,7 +115,6 @@ public: private slots: void on_host_textChanged(const QString &); void on_accountName_textChanged(const QString &); - void on_useRemote_toggled(bool); void setWidgetStates();