fixed notation pt. 2

This commit is contained in:
fourtf
2017-01-18 04:52:47 +01:00
parent 10e4a0f785
commit 528f539fca
22 changed files with 60 additions and 46 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
class Account
{
public:
Account(QString getUsername, QString getOauthToken, QString getOauthClient);
Account(QString username, QString oauthToken, QString oauthClient);
static const Account *
getAnon()