aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickapplicationwindow_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-01-28 11:13:46 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-01-28 12:57:36 +0000
commit1fd4797816f92ec1be3c80c7572d909bcee08c1e (patch)
tree66a419190573f9341ce5de55c3b698971d86d4e7 /src/templates/qquickapplicationwindow_p.h
parenteebd3759a789bcc62efed3cfde5123c44e958457 (diff)
QQuickApplicationWindow: resolve the default system theme font
Change-Id: I6927ee293e5126abc037a3eb9f86a67825732679 Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Diffstat (limited to 'src/templates/qquickapplicationwindow_p.h')
-rw-r--r--src/templates/qquickapplicationwindow_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templates/qquickapplicationwindow_p.h b/src/templates/qquickapplicationwindow_p.h
index c9e619be..f62ddee3 100644
--- a/src/templates/qquickapplicationwindow_p.h
+++ b/src/templates/qquickapplicationwindow_p.h
@@ -109,6 +109,7 @@ Q_SIGNALS:
protected:
bool isComponentComplete() const;
+ void classBegin() Q_DECL_OVERRIDE;
void componentComplete() Q_DECL_OVERRIDE;
void resizeEvent(QResizeEvent *event) Q_DECL_OVERRIDE;