aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/filtersettingspage.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@nokia.com>2010-11-15 11:44:21 +0100
committerChristian Kandeler <christian.kandeler@nokia.com>2010-11-15 12:12:09 +0100
commit5aedcb78a8d40901ba81c3e14652d0c48d1efca0 (patch)
tree573d16a6dc7309784a52606dbb7e47a74e4942f1 /src/plugins/help/filtersettingspage.h
parente35c53e7f8cfae60eee280cce85c12e708e1ed20 (diff)
Help plugin: Fix possible crash on documentation update.
We must not call updateFilterPage() when the "Options" dialog is not currently open. Without this patch, Creator will crash on a documentation update if that dialog has been opened at least once and is currently closed. Reviewed-by: kh1 Reviewed-by: con
Diffstat (limited to 'src/plugins/help/filtersettingspage.h')
-rw-r--r--src/plugins/help/filtersettingspage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/help/filtersettingspage.h b/src/plugins/help/filtersettingspage.h
index 1af5549e318..0968b1d3dba 100644
--- a/src/plugins/help/filtersettingspage.h
+++ b/src/plugins/help/filtersettingspage.h
@@ -52,7 +52,7 @@ public:
QWidget *createPage(QWidget *parent);
void apply();
- void finish() {}
+ void finish();
virtual bool matches(const QString &s) const;
signals: