From 1553bf6ba7614abaf09ef86f36407bc07c309bc8 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 12 May 2010 11:47:02 +0200 Subject: Add timer to UrlBar suggestions This is based on the Cedric's patch about and I changed it to save a bit of work to rekonq to not resolve urls that not will be displayed :) --- src/urlbar/completionwidget.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/urlbar/completionwidget.h') diff --git a/src/urlbar/completionwidget.h b/src/urlbar/completionwidget.h index fc0798e7..4ce8248d 100644 --- a/src/urlbar/completionwidget.h +++ b/src/urlbar/completionwidget.h @@ -61,9 +61,10 @@ public: _searchEngine = engine; }; + void suggestUrls(const QString &text); + private slots: void itemChosen(ListItem *item, Qt::MouseButton = Qt::LeftButton); - void suggestUrls(const QString &text); signals: void chosenUrl(const KUrl &, Rekonq::OpenType); -- cgit v1.2.1