X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fbufferinfo.cpp;h=75a816db6792d772ba234303d20893aa104121e4;hp=d696ab38faaff3470c34a641731cc6f004abf10c;hb=fd7c2c4a41b5bb9cffcfe7a8f86a28ab7f38ac27;hpb=9a6a8478bdd8c7c5bb4ff1fa3de9510863d65a97 diff --git a/src/common/bufferinfo.cpp b/src/common/bufferinfo.cpp index d696ab38..75a816db 100644 --- a/src/common/bufferinfo.cpp +++ b/src/common/bufferinfo.cpp @@ -47,7 +47,7 @@ QString BufferInfo::buffer() const { if(isChannelName(_bufferName)) return _bufferName; else - return nickFromMask(_bufferName); // FIXME get rid of global functions and use the NetworkInfo stuff instead! + return nickFromMask(_bufferName); // FIXME get rid of global functions and use the Network stuff instead! } QDebug operator<<(QDebug dbg, const BufferInfo &b) {