Fitting the SyncableObjects to the new Style
[quassel.git] / src / core / corebuffersyncer.cpp
index b055e72..37ff255 100644 (file)
@@ -30,6 +30,7 @@ public:
   PurgeEvent() : QEvent(QEvent::User) {}
 };
 
+INIT_SYNCABLE_OBJECT(CoreBufferSyncer)
 CoreBufferSyncer::CoreBufferSyncer(CoreSession *parent)
   : BufferSyncer(Core::bufferLastSeenMsgIds(parent->user()), parent),
     _coreSession(parent),