SignalProxy now only allows syncing for classes derived from the new
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 7 Jan 2008 19:03:20 +0000 (19:03 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 7 Jan 2008 19:03:20 +0000 (19:03 +0000)
SyncableObject. This allows us to add certain features to such classes, such as
toVariantMap() and fromVariantMap() which handle storing object properties in a QVariantMap.

This is quite a disruptive change - distclean advised.


No differences found