diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-10 15:14:50 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-10 15:14:50 +0200 |
commit | aa34e511fceac0451de3d03319d9caa320c2ccb6 (patch) | |
tree | 08772d0fd8aa7349c279e021c811961712da5a7a /src/mainview.h | |
parent | Removing unuseful QUrl class from guessUrlFromString method (diff) | |
download | rekonq-aa34e511fceac0451de3d03319d9caa320c2ccb6.tar.xz |
Fixing bug 203156, about stop/reload switch on tab switching.
Anyway, the fix seems quite "hackish" to me.
Perhaps someone else will think something better..
BUG: 203156
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.h b/src/mainview.h index 982fd9eb..3e6b9efb 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -96,7 +96,7 @@ signals: void setCurrentTitle(const QString &url); void showStatusBarMessage(const QString &message, Rekonq::Notify status = Rekonq::Info); void linkHovered(const QString &link); - void browserLoading(bool); + void browserTabLoading(bool); void printRequested(QWebFrame *frame); |