Fitting the SyncableObjects to the new Style
[quassel.git] / src / client / clientcoreinfo.h
index 54e2909..3bd08a4 100644 (file)
@@ -29,6 +29,7 @@
  */ 
 class ClientCoreInfo : public CoreInfo {
   Q_OBJECT
+  SYNCABLE_OBJECT
 
 public:
   ClientCoreInfo(QObject *parent = 0) : CoreInfo(parent) {}