changed notation
This commit is contained in:
+4
-4
@@ -1,10 +1,10 @@
|
||||
#include "account.h"
|
||||
|
||||
const Account *Account::m_anon = new Account("justinfan123", "", "");
|
||||
Account Account::anon("justinfan123", "", "");
|
||||
|
||||
Account::Account(QString username, QString oauthToken, QString oauthClient)
|
||||
{
|
||||
m_oauthClient = oauthClient;
|
||||
m_oauthToken = oauthToken;
|
||||
m_username = username;
|
||||
this->oauthClient = oauthClient;
|
||||
this->oauthToken = oauthToken;
|
||||
this->username = username;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user