Reverse the order of FakeVim setting pages

Reviewed-by: hjk
This commit is contained in:
Thorbjørn Lindeijer
2010-04-08 16:19:29 +02:00
parent e3cae2b52a
commit a1000e1eec
2 changed files with 2 additions and 3 deletions

View File

@@ -163,7 +163,6 @@ void CommandMappings::filterChanged(const QString &f)
bool CommandMappings::filter(const QString &f, const QTreeWidgetItem *item)
{
if (QTreeWidgetItem *parent = item->parent()) {
if (parent->text(0).contains(f, Qt::CaseInsensitive))
return false;