##// END OF EJS Templates
WinRT: Fix compilation...
Maurice Kalinowski -
r2703:3b52e60d4e36
parent child
Show More
@@ -44,7 +44,7 public:
44 // System theme not used at the moment (the user is not able to select this theme)
44 // System theme not used at the moment (the user is not able to select this theme)
45 ChartThemeSystem() : ChartTheme(QChart::ChartThemeLight /*QChart::ChartThemeSystem*/)
45 ChartThemeSystem() : ChartTheme(QChart::ChartThemeLight /*QChart::ChartThemeSystem*/)
46 {
46 {
47 #ifdef Q_OS_WIN
47 #if defined(Q_OS_WIN) && !defined(Q_OS_WINRT)
48 // We could also use theme specific window frame color as a series base color (it would give more
48 // We could also use theme specific window frame color as a series base color (it would give more
49 // variation to the base colors in addition to the blue and black used now)
49 // variation to the base colors in addition to the blue and black used now)
50
50
General Comments 0
You need to be logged in to leave comments. Login now