mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
slight rename in IrcManager
This commit is contained in:
parent
424eeb05d9
commit
0ef08378cc
|
@ -26,8 +26,6 @@ class WindowManager;
|
||||||
|
|
||||||
class IrcManager : public QObject
|
class IrcManager : public QObject
|
||||||
{
|
{
|
||||||
// Q_OBJECT
|
|
||||||
|
|
||||||
IrcManager(ChannelManager &channelManager, ResourceManager &resources,
|
IrcManager(ChannelManager &channelManager, ResourceManager &resources,
|
||||||
AccountManager &accountManager);
|
AccountManager &accountManager);
|
||||||
|
|
||||||
|
@ -37,7 +35,7 @@ public:
|
||||||
void connect();
|
void connect();
|
||||||
void disconnect();
|
void disconnect();
|
||||||
|
|
||||||
bool isTwitchBlockedUser(QString const &username);
|
bool isTwitchUserBlocked(QString const &username);
|
||||||
bool tryAddIgnoredUser(QString const &username, QString &errorMessage);
|
bool tryAddIgnoredUser(QString const &username, QString &errorMessage);
|
||||||
void addIgnoredUser(QString const &username);
|
void addIgnoredUser(QString const &username);
|
||||||
bool tryRemoveIgnoredUser(QString const &username, QString &errorMessage);
|
bool tryRemoveIgnoredUser(QString const &username, QString &errorMessage);
|
||||||
|
|
Loading…
Reference in a new issue