diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-05-14 18:58:37 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-05-14 18:58:37 +0200 |
commit | fc8485fe58c5f43fc227c6b390c299cfab7823c4 (patch) | |
tree | fbaada34b81ab58c5087cd5378ca3773c8f9c133 /src/urlbar/urlbar.h | |
parent | No wait for first results (diff) | |
download | rekonq-fc8485fe58c5f43fc227c6b390c299cfab7823c4.tar.xz |
Show faster url to load
Diffstat (limited to 'src/urlbar/urlbar.h')
-rw-r--r-- | src/urlbar/urlbar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/urlbar/urlbar.h b/src/urlbar/urlbar.h index cda8a2e1..7fbe8bb4 100644 --- a/src/urlbar/urlbar.h +++ b/src/urlbar/urlbar.h @@ -90,9 +90,11 @@ public: void setPrivateMode(bool on); +public slots: + void setQUrl(const QUrl &url); + private slots: void activated(const KUrl& url, Rekonq::OpenType = Rekonq::CurrentTab); - void setQUrl(const QUrl &url); void loadFinished(); void loadTyped(const QString &); |