added irc authentificate type

This commit is contained in:
fourtf
2019-09-15 11:35:17 +02:00
parent 9bbc4f8a5e
commit 2a56cef848
5 changed files with 49 additions and 33 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ struct IrcServerData {
QString nick;
QString real;
// IrcAuthType authType = Anonymous;
IrcAuthType authType = IrcAuthType::Anonymous;
void getPassword(QObject *receiver,
std::function<void(const QString &)> &&onLoaded) const;
void setPassword(const QString &password);