X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcorenetwork.h;h=f0887070128550fc68529b0a6adc6db20982bc76;hp=c3a932ed69947963c3ddffe7eecbf652b9ee566c;hb=16f8531e383eade0a75a3b74ea11b909b8b1e049;hpb=f824db0e31b54969e0b7fa0b5405b1e9173d482c diff --git a/src/core/corenetwork.h b/src/core/corenetwork.h index c3a932ed..f0887070 100644 --- a/src/core/corenetwork.h +++ b/src/core/corenetwork.h @@ -74,7 +74,6 @@ public: QByteArray userEncode(const QString &userNick, const QString &string) const; inline QString channelKey(const QString &channel) const { return _channelKeys.value(channel.toLower(), QString()); } - inline QStringList persistentChannels() const { return _channelKeys.keys(); } inline bool isAutoWhoInProgress(const QString &channel) const { return _autoWhoInProgress.value(channel.toLower(), 0); }