~ubuntu-branches/ubuntu/lucid/quassel/lucid-security

« back to all changes in this revision

Viewing changes to src/uisupport/nickviewfilter.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-03-11 13:44:02 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20100311134402-8516mqyyzlkgeaz4
Tags: 0.6~rc1+git100311-0ubuntu1
* New bugfix snapshot
  - "Metric ton of bug fixes"

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
}
41
41
 
42
42
bool NickViewFilter::filterAcceptsRow(int source_row, const QModelIndex &source_parent) const {
43
 
  // root node, networkindexes, the bufferindex of the buffer this filter is active for and it's childs are accepted
 
43
  // root node, networkindexes, the bufferindex of the buffer this filter is active for and it's children are accepted
44
44
  if(!source_parent.isValid())
45
45
    return true;
46
46