summaryrefslogtreecommitdiff
path: root/src/urlbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-08-10 15:14:50 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-08-10 15:14:50 +0200
commitaa34e511fceac0451de3d03319d9caa320c2ccb6 (patch)
tree08772d0fd8aa7349c279e021c811961712da5a7a /src/urlbar.h
parentRemoving unuseful QUrl class from guessUrlFromString method (diff)
downloadrekonq-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/urlbar.h')
-rw-r--r--src/urlbar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/urlbar.h b/src/urlbar.h
index 42ac9af7..50ba40f7 100644
--- a/src/urlbar.h
+++ b/src/urlbar.h
@@ -58,7 +58,8 @@ public:
KUrl url() const;
QSize sizeHint() const;
void setBackgroundColor(QColor);
-
+ bool isLoading();
+
signals:
void activated(const KUrl&);