properly saving the layout when using the internal core
[quassel.git] / src / qtui / coreconnectdlg.h
index ae3d5b7..3fb8b99 100644 (file)
@@ -86,10 +86,13 @@ private slots:
   void coreNetworksProgress(quint32, quint32);
 
 private:
+  AccountId findFreeAccountId();
+
   Ui::CoreConnectDlg ui;
 
   AccountId autoConnectAccount;
   QHash<AccountId, QVariantMap> accounts;
+  AccountId _internalAccountId;
   QVariantMap accountData;
   AccountId account;
 
@@ -112,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();