SignalProxy now only allows syncing for classes derived from the new
[quassel.git] / src / common / networkinfo.cpp
index 9803578..19f4233 100644 (file)
@@ -32,7 +32,7 @@
 //  Public:
 // ====================
 NetworkInfo::NetworkInfo(const uint &networkid, QObject *parent)
-  : QObject(parent),
+  : SyncableObject(parent),
     _networkId(networkid),
     _initialized(false),
     _myNick(QString()),