From: Marcus Eggenberger Date: Sun, 13 Jul 2008 19:56:32 +0000 (+0200) Subject: channel list doesn't request init data anymore (as there is none anyways) X-Git-Tag: 0.3.0~272 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=9d02d714ff6ddfdd4a81fbe33d829c845d1fd4b8 channel list doesn't request init data anymore (as there is none anyways) --- 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;