diff options
author | Yoann Laissus <yoann.laissus@gmail.com> | 2010-03-29 18:32:16 +0200 |
---|---|---|
committer | Yoann Laissus <yoann.laissus@gmail.com> | 2010-03-29 18:32:16 +0200 |
commit | c6e137acee1f707d33afd6bf5bbbe994167d6a2f (patch) | |
tree | 0ee0f7aa32a5b5d5939f5e03a4d40fc3d3c85328 /src/urlbar/urlbar.h | |
parent | rekonq 0.4.57 (diff) | |
download | rekonq-c6e137acee1f707d33afd6bf5bbbe994167d6a2f.tar.xz |
Add mid click support for the completition widget of the url bar
Diffstat (limited to 'src/urlbar/urlbar.h')
-rw-r--r-- | src/urlbar/urlbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/urlbar.h b/src/urlbar/urlbar.h index ef53d63a..552d1ee0 100644 --- a/src/urlbar/urlbar.h +++ b/src/urlbar/urlbar.h @@ -69,7 +69,7 @@ public slots: void updateUrl(); private slots: - void activated(const QString& url); + void activated(const QString& url, Rekonq::OpenType = Rekonq::CurrentTab); void loadFinished(bool); void suggestUrls(const QString &editedText); |