summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/kernel/qguiapplication_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/kernel/qguiapplication_p.h b/src/gui/kernel/qguiapplication_p.h
index 70571cf751..ca4ed3f12e 100644
--- a/src/gui/kernel/qguiapplication_p.h
+++ b/src/gui/kernel/qguiapplication_p.h
@@ -331,7 +331,9 @@ private:
static QGuiApplicationPrivate *self;
static int m_fakeMouseSourcePointId;
+#ifdef Q_OS_WIN
QSharedPointer<QColorTrcLut> m_a8ColorProfile;
+#endif
QSharedPointer<QColorTrcLut> m_a32ColorProfile;
bool ownGlobalShareContext;