Handle removal of accounts a bit better
[quassel.git] / src / client / coreaccountmodel.h
index 0dc22cf..1c31469 100644 (file)
@@ -70,8 +70,8 @@ private:
   int listIndex(AccountId);
 
   QList<CoreAccount> _accounts;
+  QSet<AccountId> _removedAccounts;
   AccountId _internalAccount;
-
 };
 
 // Inlines