X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fnickviewfilter.cpp;h=72f9caad85639a0f03c9a756ac25f6acd3af4124;hp=ea33660540334eb73c80c0c55075fbddac1f3b6b;hb=eeed68d186e2aee14c6abf417d0cba25fd22de80;hpb=5e28ac5da6da023f0c9813fa77477561f687c96d diff --git a/src/uisupport/nickviewfilter.cpp b/src/uisupport/nickviewfilter.cpp index ea336605..72f9caad 100644 --- a/src/uisupport/nickviewfilter.cpp +++ b/src/uisupport/nickviewfilter.cpp @@ -40,7 +40,7 @@ NickViewFilter::NickViewFilter(const BufferId &bufferId, NetworkModel *parent) } bool NickViewFilter::filterAcceptsRow(int source_row, const QModelIndex &source_parent) const { - // root node, networkindexes, the bufferindex of the buffer this filter is active for and it's childs are accepted + // root node, networkindexes, the bufferindex of the buffer this filter is active for and it's children are accepted if(!source_parent.isValid()) return true;