Move some variables into const.hpp
Clean up some code in the AccountManager
This commit is contained in:
@@ -14,6 +14,8 @@ class AccountManager;
|
||||
class TwitchAccountManager
|
||||
{
|
||||
public:
|
||||
TwitchAccountManager();
|
||||
|
||||
struct UserData {
|
||||
QString username;
|
||||
QString userID;
|
||||
|
||||
Reference in New Issue
Block a user