Refactor NetworkRequest class

Add followUser and unfollowUser methods to TwitchAccount
This commit is contained in:
Rasmus Karlsson
2018-07-07 11:08:57 +00:00
parent cada32edfd
commit 6a418e6e59
27 changed files with 835 additions and 669 deletions
+1 -3
View File
@@ -2,8 +2,6 @@
#include <QObject>
class QNetworkReply;
namespace chatterino {
class NetworkWorker : public QObject
@@ -11,7 +9,7 @@ class NetworkWorker : public QObject
Q_OBJECT
signals:
void doneUrl(QNetworkReply *);
void doneUrl();
};
} // namespace chatterino