X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fcoreaccountmodel.h;h=41b35c2e75c3f6e2cbe275eab21612ea4f95432b;hp=24aeffda132a77ebd04061139c8cb768f9610f29;hb=24acf1efa9e91c58d9e64d76e03e7683ac0ac889;hpb=9fc57dc2c000e80fb8bd746a090e2e8210e1278e diff --git a/src/client/coreaccountmodel.h b/src/client/coreaccountmodel.h index 24aeffda..41b35c2e 100644 --- a/src/client/coreaccountmodel.h +++ b/src/client/coreaccountmodel.h @@ -50,7 +50,7 @@ public: inline AccountId internalAccount() const; - AccountId createOrUpdateAccount(const CoreAccount &newAccountData = CoreAccount()); + AccountId createOrUpdateAccount(const CoreAccount &newAccountData); CoreAccount takeAccount(AccountId); void removeAccount(AccountId);