2018-02-05 15:11:50 +01:00
|
|
|
// bool isTwitchUserBlocked(QString const &username);
|
|
|
|
// bool tryAddIgnoredUser(QString const &username, QString &errorMessage);
|
|
|
|
// void addIgnoredUser(QString const &username);
|
|
|
|
// bool tryRemoveIgnoredUser(QString const &username, QString &errorMessage);
|
|
|
|
// void removeIgnoredUser(QString const &username);
|
2017-01-03 21:19:33 +01:00
|
|
|
|
2018-02-05 15:11:50 +01:00
|
|
|
// QMap<QString, bool> twitchBlockedUsers;
|
|
|
|
// QMutex twitchBlockedUsersMutex;
|
2017-01-03 21:19:33 +01:00
|
|
|
|
2018-02-05 15:11:50 +01:00
|
|
|
// QNetworkAccessManager networkAccessManager;
|
2017-01-16 03:15:07 +01:00
|
|
|
|
2018-02-05 15:11:50 +01:00
|
|
|
// void refreshIgnoredUsers(const QString &username, const QString &oauthClient,
|
|
|
|
// const QString &oauthToken);
|