Handle removal of accounts a bit better
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 25 Nov 2009 21:37:45 +0000 (22:37 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 28 Nov 2009 23:39:41 +0000 (00:39 +0100)
commite472996a053e11d21ffef4a30f7d37461239cdab
tree1ef4bca2bdd5e601d21099b2ef5803c5fa1f74ea
parentc6229d7d7dd7f0a4aa91a3d5606f8d5c10423e24
Handle removal of accounts a bit better

We don't want to always clear and rewrite them all, in order to not lose additional
accountValues. So remember which accounts have been removed from the model, and only
delete those.

Also, useSsl should be on by default.
src/client/clientsettings.h
src/client/coreaccount.cpp
src/client/coreaccountmodel.cpp
src/client/coreaccountmodel.h