summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-11-12 23:31:08 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:06 +0100
commitf372d5fdc089895a0dd8fedbd37d144756fea36b (patch)
treeb83c3b223eabd7b897f0c41f50984f82080bd297 /src/urlbar/urlbar.h
parentFix crash on control click on suggestions list (diff)
downloadrekonq-f372d5fdc089895a0dd8fedbd37d144756fea36b.tar.xz
Clean up url suggestions, step 1
Improve performances by NOT create/delete everytime a suggester but reusing each time the same one...
Diffstat (limited to 'src/urlbar/urlbar.h')
-rw-r--r--src/urlbar/urlbar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/urlbar/urlbar.h b/src/urlbar/urlbar.h
index b0edc80e..48447975 100644
--- a/src/urlbar/urlbar.h
+++ b/src/urlbar/urlbar.h
@@ -90,8 +90,6 @@ public:
explicit UrlBar(QWidget *parent = 0);
~UrlBar();
- void activateSuggestions(bool);
-
public Q_SLOTS:
void setQUrl(const QUrl &url);