X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fcoreaccountmodel.h;h=41b35c2e75c3f6e2cbe275eab21612ea4f95432b;hp=24aeffda132a77ebd04061139c8cb768f9610f29;hb=64cf9f9b8a737dad5f29447805d4004cfd03c454;hpb=02bebb4c8f1c45397c55f1660176bfa0c303e703 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);