Fitting the SyncableObjects to the new Style
[quassel.git] / src / core / coreidentity.h
index 57b39e0..6cb6cd1 100644 (file)
@@ -36,6 +36,7 @@ class SignalProxy;
 #ifdef HAVE_SSL
 class CoreIdentity;
 class CoreCertManager : public CertManager {
+  SYNCABLE_OBJECT
   Q_OBJECT
 
 public:
@@ -61,6 +62,7 @@ private:
 //  CoreIdentity
 // =========================================
 class CoreIdentity : public Identity {
+  SYNCABLE_OBJECT
   Q_OBJECT
 
 public: