properly saving the layout when using the internal core
[quassel.git] / src / qtui / coreconnectdlg.h
index 7abaac9..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;