aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/helpviewer.h
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2012-05-23 16:14:12 +0200
committerKarsten Heimrich <karsten.heimrich@nokia.com>2012-05-24 21:43:36 +0200
commitba185b833640747ad0ec2d45ca72c4602c8b1c66 (patch)
tree84b99ad4dfc9a21256789376181ec1f5a9889ad6 /src/plugins/help/helpviewer.h
parent9fe784115a3a13ec45fc32dd4ec66f533bb7ab4c (diff)
Make sure we call stop before removing a page.
Fixes a spinning cursor in case the page was not fully loaded and we where closing it at the same time. Change-Id: Iae6efac70c0c8be2f84e6b1551275bbdf9c5aab3 Reviewed-by: Niels Weber <niels.2.weber@nokia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
Diffstat (limited to 'src/plugins/help/helpviewer.h')
-rw-r--r--src/plugins/help/helpviewer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/help/helpviewer.h b/src/plugins/help/helpviewer.h
index 54a9eda171..d39a289222 100644
--- a/src/plugins/help/helpviewer.h
+++ b/src/plugins/help/helpviewer.h
@@ -100,6 +100,7 @@ public:
public slots:
void copy();
void home();
+ void stop();
void forward();
void backward();