summaryrefslogtreecommitdiff
path: root/src/urlbar/completionwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/urlbar/completionwidget.h')
-rw-r--r--src/urlbar/completionwidget.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/urlbar/completionwidget.h b/src/urlbar/completionwidget.h
index 18212d0f..fbca5b81 100644
--- a/src/urlbar/completionwidget.h
+++ b/src/urlbar/completionwidget.h
@@ -82,6 +82,12 @@ private:
QWidget *_parent;
UrlSearchList _list;
+
+ /**
+ * The current index of the pointed out item
+ *
+ * -1 means no item, so the actual typed text is considered
+ */
int _currentIndex;
KService::Ptr _searchEngine;