aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquicktheme_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quicktemplates2/qquicktheme_p_p.h')
-rw-r--r--src/quicktemplates2/qquicktheme_p_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quicktemplates2/qquicktheme_p_p.h b/src/quicktemplates2/qquicktheme_p_p.h
index e9593865..e43c8034 100644
--- a/src/quicktemplates2/qquicktheme_p_p.h
+++ b/src/quicktemplates2/qquicktheme_p_p.h
@@ -65,7 +65,7 @@ public:
const QFont *resolveThemeFont(QQuickTheme::Scope scope);
const QPalette *resolveThemePalette(QQuickTheme::Scope scope);
- static QScopedPointer<QQuickTheme> current;
+ static QScopedPointer<QQuickTheme> instance;
bool hasResolvedFonts = false;
bool hasResolvedPalettes = false;