добавил обработку счетчиков
This commit is contained in:
@@ -47,6 +47,7 @@ public:
|
||||
virtual void fetchGlobal() = 0;
|
||||
virtual void fetchCustom(const QString &userId) = 0;
|
||||
virtual QString getEmoteUrl(const QString &emoteName) = 0;
|
||||
virtual QString cleanMessage(const QString& message) const = 0;
|
||||
|
||||
signals:
|
||||
void emotesLoaded();
|
||||
@@ -71,6 +72,7 @@ public:
|
||||
void fetchGlobal() override;
|
||||
void fetchCustom(const QString &userId) override;
|
||||
QString getEmoteUrl(const QString &emoteName) override;
|
||||
QString cleanMessage(const QString& message) const override;
|
||||
|
||||
private slots:
|
||||
void onGlobalReplyFinished(QNetworkReply *reply);
|
||||
@@ -95,6 +97,7 @@ public:
|
||||
void fetchGlobal() override;
|
||||
void fetchCustom(const QString &userId) override;
|
||||
QString getEmoteUrl(const QString &emoteName) override;
|
||||
QString cleanMessage(const QString& message) const override;
|
||||
|
||||
private slots:
|
||||
void onGlobalReplyFinished(QNetworkReply *reply);
|
||||
|
||||
Reference in New Issue
Block a user