summaryrefslogtreecommitdiff
path: root/src/urlbar/completionwidget.h
diff options
context:
space:
mode:
authorlionelc <lionelc@lionelc.(none)>2010-08-10 17:32:57 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-08-11 00:23:31 +0200
commit55e0a976e5e6eec92985cb5d24a2e7ac2939396e (patch)
tree263ce7fea86e9830e1d0a686731c4c48376a02e0 /src/urlbar/completionwidget.h
parentselect first item (diff)
downloadrekonq-55e0a976e5e6eec92985cb5d24a2e7ac2939396e.tar.xz
don't replace the type text by the url of the listitem when this listitem is a searchlistitem
Diffstat (limited to 'src/urlbar/completionwidget.h')
-rw-r--r--src/urlbar/completionwidget.h6
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;