Introduce CoreAccount and CoreAccountModel
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 6 Nov 2009 08:46:53 +0000 (09:46 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 28 Nov 2009 23:39:41 +0000 (00:39 +0100)
commit3bb1d366e9c13f087458bd4e219bac8760b7e38b
treeca5b5e96d6f5a2efd2853d81a49772d92e5e3075
parentddfd1207c58dc6718973754a2bd647af21d0bbb1
Introduce CoreAccount and CoreAccountModel

These hold the client-side data for connecting to remote cores in a neat set of
objects rather than QVariantMaps. The associated model allows for easy use in UI elements.
src/client/CMakeLists.txt
src/client/client.cpp
src/client/client.h
src/client/clientsettings.cpp
src/client/coreaccount.cpp [new file with mode: 0644]
src/client/coreaccount.h [new file with mode: 0644]
src/client/coreaccountmodel.cpp [new file with mode: 0644]
src/client/coreaccountmodel.h [new file with mode: 0644]
src/common/quassel.cpp