summaryrefslogtreecommitdiffstats
path: root/examples/help/contextsensitivehelp/helpbrowser.h
diff options
context:
space:
mode:
authorAlexander Volkov <a.volkov@rusbitech.ru>2016-12-14 02:19:54 +0300
committerAlexander Volkov <a.volkov@rusbitech.ru>2016-12-14 08:22:49 +0000
commit380c6abac71d8d300e088943cf5ce757b378775e (patch)
tree942642a95d58e27cbfbb92d785b35449ccf375f6 /examples/help/contextsensitivehelp/helpbrowser.h
parent98b9480301b0338096ec8ec43d06bf4352a7ec00 (diff)
Examples: Add missing override
Change-Id: Ie64f892e4259fba5f1e16cf4fa3b62a2779b8bb1 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/help/contextsensitivehelp/helpbrowser.h')
-rw-r--r--examples/help/contextsensitivehelp/helpbrowser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/help/contextsensitivehelp/helpbrowser.h b/examples/help/contextsensitivehelp/helpbrowser.h
index 991a30daf..4bd0e8356 100644
--- a/examples/help/contextsensitivehelp/helpbrowser.h
+++ b/examples/help/contextsensitivehelp/helpbrowser.h
@@ -66,7 +66,7 @@ public:
void showHelpForKeyword(const QString &id);
private:
- QVariant loadResource(int type, const QUrl &name);
+ QVariant loadResource(int type, const QUrl &name) override;
QHelpEngineCore *m_helpEngine;
};