make topicWidget capable of unsetting the topic
[quassel.git] / src / core / corenetwork.h
index d263f3f..d30bb6e 100644 (file)
@@ -41,6 +41,7 @@ class UserInputHandler;
 class CtcpHandler;
 
 class CoreNetwork : public Network {
+  SYNCABLE_OBJECT
   Q_OBJECT
 
 public: