X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Firclisthelper.h;h=0d8ad3986ee7c92ccda692a78c22f26e22573438;hb=52df0969e22249e6758714eec9e5afd7d4fe9b83;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;