aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/quickcontrols2/qquickstyle.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/quickcontrols2/qquickstyle.cpp b/src/quickcontrols2/qquickstyle.cpp
index 10cfb36b..2564a49b 100644
--- a/src/quickcontrols2/qquickstyle.cpp
+++ b/src/quickcontrols2/qquickstyle.cpp
@@ -389,9 +389,10 @@ QStringList QQuickStylePrivate::builtInStyles()
#endif
QLatin1String("Material"),
QLatin1String("Universal"),
-#ifdef Q_OS_WINDOWS
- QLatin1String("Windows")
-#endif
+// #ifdef Q_OS_WINDOWS
+// Enable this section when the windows style is complete
+// QLatin1String("Windows")
+// #endif
};
}