From: Manuel Nickschas Date: Mon, 7 Jan 2008 19:03:20 +0000 (+0000) Subject: SignalProxy now only allows syncing for classes derived from the new X-Git-Tag: 0.2.0-alpha1~244 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=b797e5f581b10a517c30f78cb53f813af741e261;hp=b797e5f581b10a517c30f78cb53f813af741e261 SignalProxy now only allows syncing for classes derived from the new 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. ---