diff options
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qmlmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp index 4dd8de98c..c0723a240 100644 --- a/mobile-widgets/qmlmanager.cpp +++ b/mobile-widgets/qmlmanager.cpp @@ -2123,7 +2123,7 @@ void QMLManager::setFilter(const QString filterText, int index) QString f = filterText.trimmed(); FilterData data; if (!f.isEmpty()) { - // This is ugly - the indexes of the mode are hardcoded! + // This is ugly - the indices of the mode are hardcoded! switch(index) { default: case 0: data.mode = FilterData::Mode::FULLTEXT; break; |