added namespaces
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include "account.h"
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
Account Account::anon("justinfan123", "", "");
|
||||
|
||||
Account::Account(QString username, QString oauthToken, QString oauthClient)
|
||||
@@ -8,3 +10,4 @@ Account::Account(QString username, QString oauthToken, QString oauthClient)
|
||||
this->oauthToken = oauthToken;
|
||||
this->username = username;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user