summaryrefslogtreecommitdiff
path: root/src/urlbar/completionwidget.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-05-12 11:47:02 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-05-12 11:47:02 +0200
commit1553bf6ba7614abaf09ef86f36407bc07c309bc8 (patch)
tree554e88556ef9af3041eb9b450e59b1a61a781da7 /src/urlbar/completionwidget.h
parentFix UrlFilter Hangs (diff)
downloadrekonq-1553bf6ba7614abaf09ef86f36407bc07c309bc8.tar.xz
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 :)
Diffstat (limited to 'src/urlbar/completionwidget.h')
-rw-r--r--src/urlbar/completionwidget.h3
1 files changed, 2 insertions, 1 deletions
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);