X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2Fcoreconnectdlg.h;h=3fb8b99ed13755349b2c69c4a3e5b2a34e221dff;hb=6d73c621230ed8027bbafbd49a1953ee36e1fe0f;hp=7abaac9c3aa9dc933ed92a79f9e4cf85b487fc02;hpb=81b7a767c2e8066ca560001c4e69073daaa77272;p=quassel.git diff --git a/src/qtui/coreconnectdlg.h b/src/qtui/coreconnectdlg.h index 7abaac9c..3fb8b99e 100644 --- a/src/qtui/coreconnectdlg.h +++ b/src/qtui/coreconnectdlg.h @@ -86,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;