now loads passwords for irc
This commit is contained in:
@@ -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_{};
|
||||
|
||||
Reference in New Issue
Block a user