From aa34e511fceac0451de3d03319d9caa320c2ccb6 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 10 Aug 2009 15:14:50 +0200 Subject: 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 --- src/urlbar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/urlbar.h') 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&); -- cgit v1.2.1