summaryrefslogtreecommitdiffstats
path: root/src/sessiontreemodel.cpp
diff options
context:
space:
mode:
authorNils Schwabe2014-03-31 16:32:44 +0200
committerNils Schwabe2014-03-31 16:32:44 +0200
commitd2be02fceb3b2f1cd2fe4720560acc85a6c331be (patch)
treece1bd2c8869e17bcfb669d4bbb7dd2507e9e0ec0 /src/sessiontreemodel.cpp
parentadded news and help download (diff)
downloadvmchooser2-d2be02fceb3b2f1cd2fe4720560acc85a6c331be.tar.gz
vmchooser2-d2be02fceb3b2f1cd2fe4720560acc85a6c331be.tar.xz
vmchooser2-d2be02fceb3b2f1cd2fe4720560acc85a6c331be.zip
Help/News improvement, added ini settings, made some translations for new text elemtents, cleaned code
Diffstat (limited to 'src/sessiontreemodel.cpp')
-rw-r--r--src/sessiontreemodel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sessiontreemodel.cpp b/src/sessiontreemodel.cpp
index 722850e..3858ffe 100644
--- a/src/sessiontreemodel.cpp
+++ b/src/sessiontreemodel.cpp
@@ -188,7 +188,6 @@ QList<Session*> SessionTreeModel::lookForItem(const QString& label) {
}
} else {
QList<QString> items = label.split(" ", QString::SkipEmptyParts);
-
for (int i = 0; i < root_->childCount(); ++i) {
SessionTreeItem* item = root_->child(i);
if (item->session()->containsKeywords(items)) {