Abstract away the protocol handshake code
[quassel.git] / src / client / coreaccountmodel.h
index 24aeffd..41b35c2 100644 (file)
@@ -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);