X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fsyncableobject.cpp;h=b66626d66d1e2da0955f29c3b07aa6e3a06dc4f8;hp=e6d88a3ac25b38ff74ec4ed707970dd0266ed6aa;hb=62b7bed21f011037a34d7a4ea797d79fbdeff687;hpb=e866d53f275ece64b7c6d173f4135876835caea7 diff --git a/src/common/syncableobject.cpp b/src/common/syncableobject.cpp index e6d88a3a..b66626d6 100644 --- a/src/common/syncableobject.cpp +++ b/src/common/syncableobject.cpp @@ -27,6 +27,7 @@ #include "signalproxy.h" #include "util.h" +INIT_SYNCABLE_OBJECT(SyncableObject) SyncableObject::SyncableObject(QObject *parent) : QObject(parent), _initialized(false),