Move some variables into const.hpp

Clean up some code in the AccountManager
This commit is contained in:
Rasmus Karlsson
2017-12-19 16:13:02 +01:00
parent 324dfc9ee9
commit be3c85d72d
7 changed files with 49 additions and 25 deletions
+2
View File
@@ -14,6 +14,8 @@ class AccountManager;
class TwitchAccountManager
{
public:
TwitchAccountManager();
struct UserData {
QString username;
QString userID;