Use SyncableObject::requestUpdate() for updating Identities
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 17 Aug 2008 20:19:29 +0000 (22:19 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 17 Aug 2008 22:05:17 +0000 (00:05 +0200)
commitc0c8cea57282c56951562e427bc1acb3ee2028a3
treeb88e68bc1319cda19e1ce4ec94652f4521ee2ab0
parent1b680d1e84bff6c2e6f64dfbda72cb91efa48125
Use SyncableObject::requestUpdate() for updating Identities

This makes things a bit cleaner and spares us another custom signal between
client and core.
src/client/client.cpp
src/client/client.h
src/common/identity.cpp
src/core/coresession.cpp
src/core/coresession.h
src/qtui/settingspages/identitiessettingspage.cpp