now loads passwords for irc

This commit is contained in:
fourtf
2019-09-14 18:38:09 +02:00
parent b45a6eea22
commit d33a8b1b3a
11 changed files with 116 additions and 83 deletions
+1 -3
View File
@@ -23,6 +23,7 @@ struct IrcServerData {
// IrcAuthType authType = Anonymous;
QString password;
QStringList connectCommands;
int id;
};
@@ -44,9 +45,6 @@ public:
int uniqueId();
signals:
void connectionUpdated(int id);
private:
int currentId_{};
bool loaded_{};