X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fignorelistmanager.h;h=9ad430101bda18eea942e14fb61770a1f33baf1e;hp=a906b953d0667b36db5c2a73a4cb85078ed5a0d0;hb=12feae2e4609b90c87d3c1857031909248143fd7;hpb=064c4dbb6b34cce490846ddf02c3e8db22e69ebb diff --git a/src/common/ignorelistmanager.h b/src/common/ignorelistmanager.h index a906b953..9ad43010 100644 --- a/src/common/ignorelistmanager.h +++ b/src/common/ignorelistmanager.h @@ -29,6 +29,7 @@ class Message; class IgnoreListManager : public SyncableObject { + SYNCABLE_OBJECT Q_OBJECT public: inline IgnoreListManager(QObject *parent = 0) : SyncableObject(parent) { setAllowClientUpdates(true); }