summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@digia.com>2014-06-13 13:08:20 +0200
committerMaurice Kalinowski <maurice.kalinowski@digia.com>2014-06-16 10:43:35 +0300
commit3b52e60d4e3611abc11e65240dda58fcd69946fd (patch)
tree89b3442fac758661595d3f2549732519502d25ce
parentee35574f0d6694ab300a6cf6a6b2f22eaddc8c4e (diff)
WinRT: Fix compilation
Change-Id: I2700c9d9847aaa02cec2348307ca2611bf3ee25e Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com> Reviewed-by: Titta Heikkala <titta.heikkala@digia.com>
-rw-r--r--src/themes/chartthemesystem_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/themes/chartthemesystem_p.h b/src/themes/chartthemesystem_p.h
index a0e7cf21..e0d21efe 100644
--- a/src/themes/chartthemesystem_p.h
+++ b/src/themes/chartthemesystem_p.h
@@ -44,7 +44,7 @@ public:
// System theme not used at the moment (the user is not able to select this theme)
ChartThemeSystem() : ChartTheme(QChart::ChartThemeLight /*QChart::ChartThemeSystem*/)
{
-#ifdef Q_OS_WIN
+#if defined(Q_OS_WIN) && !defined(Q_OS_WINRT)
// We could also use theme specific window frame color as a series base color (it would give more
// variation to the base colors in addition to the blue and black used now)