X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fnetworkinfo.h;h=e27c66b4d8a58c2e48be8d6534a764d8c719e642;hp=f2febc62912065b9c9682ffa33f6d1d26a79b26d;hb=45d9ea6ed5d64eec3ca351fdcf7610c7cff3529d;hpb=d6b056e936ec441258d291b7a8af7b83f9f53016 diff --git a/src/common/networkinfo.h b/src/common/networkinfo.h index f2febc62..e27c66b4 100644 --- a/src/common/networkinfo.h +++ b/src/common/networkinfo.h @@ -73,11 +73,11 @@ 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(const QString &channelname); - IrcChannel *ircChannel(const QString &channelname); + IrcChannel *ircChannel(QString channelname); QList ircChannels() const; public slots: