Fitting the SyncableObjects to the new Style
[quassel.git] / src / core / coreircchannel.cpp
index 0d8de10..9db3c1a 100644 (file)
@@ -20,6 +20,7 @@
 
 #include "coreircchannel.h"
 
+INIT_SYNCABLE_OBJECT(CoreIrcChannel)
 CoreIrcChannel::CoreIrcChannel(const QString &channelname, Network *network)
   : IrcChannel(channelname, network),
     _receivedWelcomeMsg(false)