X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fnetworkinfo.h;h=e27c66b4d8a58c2e48be8d6534a764d8c719e642;hb=fede47ff7b5098c66615be85024c2467f91f1d18;hp=278053d5be7fe9b8052984929aea0030aef87e77;hpb=00052de200f8b5f149a486cff1fb4623e1b99ed7;p=quassel.git diff --git a/src/common/networkinfo.h b/src/common/networkinfo.h index 278053d5..e27c66b4 100644 --- a/src/common/networkinfo.h +++ b/src/common/networkinfo.h @@ -73,10 +73,10 @@ public: QString support(const QString ¶m) const; IrcUser *newIrcUser(const QString &hostmask); - IrcUser *ircUser(const QString &nickname) const; + IrcUser *ircUser(QString nickname) const; QList ircUsers() const; - IrcChannel *newIrcChannel(QString channelname); + IrcChannel *newIrcChannel(const QString &channelname); IrcChannel *ircChannel(QString channelname); QList ircChannels() const;