aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols2
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@qt.io>2020-09-02 14:19:28 +0200
committerMitch Curtis <mitch.curtis@qt.io>2020-09-07 14:55:47 +0200
commit7938d08da8c69c7a0332c374a89a2ace38cccd1f (patch)
tree5b1e943202af84de5a3b06c23e2cb88d0b1506f8 /src/quickcontrols2
parenta0a7af8ddb4a026d7a7f6a97bda9b8a0dc7a1393 (diff)
Native style: temporarily disable the Windows style until it's complete
Since the Windows style is not yet complete, it's best to disable it until it is, otherwise causes auto test failures that might already be fixed. Task-number: QTBUG-86399 Change-Id: I1acb130aa872e9effc82cc326e37a037024d49ca Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quickcontrols2')
-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
};
}