mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
14 lines
603 B
C++
14 lines
603 B
C++
// 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);
|
|
|
|
// QMap<QString, bool> twitchBlockedUsers;
|
|
// QMutex twitchBlockedUsersMutex;
|
|
|
|
// QNetworkAccessManager networkAccessManager;
|
|
|
|
// void refreshIgnoredUsers(const QString &username, const QString &oauthClient,
|
|
// const QString &oauthToken);
|