X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Firclisthelper.h;h=0d8ad3986ee7c92ccda692a78c22f26e22573438;hb=9d02d714ff6ddfdd4a81fbe33d829c845d1fd4b8;hp=8bf7f94ebd6a4291e9729461cfd05769fad4b18a;hpb=fe4b38e66592f11fdf4c4651863968983daecd2d;p=quassel.git diff --git a/src/common/irclisthelper.h b/src/common/irclisthelper.h index 8bf7f94e..0d8ad398 100644 --- a/src/common/irclisthelper.h +++ b/src/common/irclisthelper.h @@ -36,7 +36,7 @@ class IrcListHelper : public SyncableObject { Q_OBJECT public: - inline IrcListHelper(QObject *parent = 0) : SyncableObject(parent) {}; + inline IrcListHelper(QObject *parent = 0) : SyncableObject(parent) { setInitialized(); }; struct ChannelDescription { QString channelName;