From 37753c6c06b9a05a7092de565b46150794d881aa Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 30 Jul 2010 16:02:30 +0200 Subject: Editable urlbar :D --- src/urlbar/completionwidget.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/urlbar/completionwidget.h') 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; -- cgit v1.2.1