diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-13 03:01:42 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-13 03:06:34 +0200 |
commit | eb52521b43669aab1c38ab9872a53386b776662d (patch) | |
tree | 32530d744d6126c1d4d201326d28f9d474ffe2e4 /src/urlbar/urlbar.h | |
parent | URLBAR ANIMATION: implementation fix (diff) | |
download | rekonq-eb52521b43669aab1c38ab9872a53386b776662d.tar.xz |
This commit is (quite) last in the urlbar encodings fix series. It fixes:
BUG: 233159
BUG: 234168
Moreover it "cleans" road to fix (not yet, but we are near..) another bug
CCBUG: 230771
at least from the rekonq side.
Changes in there
- cleaning and fixing filterurljob class (responsible for the encodings)
- using urls instead of strings in the resolver class (work with right data..)
- letting first box appearance without item selection and adding one signal to use
the filterurljob class directly.
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 a473638b..684a205e 100644 --- a/src/urlbar/urlbar.h +++ b/src/urlbar/urlbar.h @@ -60,7 +60,7 @@ public: void setPrivateMode(bool on); private slots: - void activated(const KUrl& url, Rekonq::OpenType = Rekonq::CurrentTab); + void activated(const KUrl& url = KUrl(), Rekonq::OpenType = Rekonq::CurrentTab); void suggestUrls(const QString &editedText); void setQUrl(const QUrl &url); |