X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fnetworkinfo.h;fp=src%2Fcommon%2Fnetworkinfo.h;h=278053d5be7fe9b8052984929aea0030aef87e77;hp=f2febc62912065b9c9682ffa33f6d1d26a79b26d;hb=00052de200f8b5f149a486cff1fb4623e1b99ed7;hpb=d6b056e936ec441258d291b7a8af7b83f9f53016 diff --git a/src/common/networkinfo.h b/src/common/networkinfo.h index f2febc62..278053d5 100644 --- a/src/common/networkinfo.h +++ b/src/common/networkinfo.h @@ -76,8 +76,8 @@ public: IrcUser *ircUser(const QString &nickname) const; QList ircUsers() const; - IrcChannel *newIrcChannel(const QString &channelname); - IrcChannel *ircChannel(const QString &channelname); + IrcChannel *newIrcChannel(QString channelname); + IrcChannel *ircChannel(QString channelname); QList ircChannels() const; public slots: