diff options
Diffstat (limited to 'src/urlbar/completionwidget.h')
-rw-r--r-- | src/urlbar/completionwidget.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/urlbar/completionwidget.h b/src/urlbar/completionwidget.h index fbca5b81..e14535f4 100644 --- a/src/urlbar/completionwidget.h +++ b/src/urlbar/completionwidget.h @@ -78,16 +78,12 @@ private: void sizeAndPosition(); void up(); void down(); + void activateCurrentListItem(); 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; |