We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30aa171 commit 4729062Copy full SHA for 4729062
modules/qml_engine/src/cpp/QtConstants.cpp
@@ -657,7 +657,7 @@ initializeQtConstantsMap()
657
mapConstants[L"Qt.Key_Dead_Small_Schwa"] = Qt::Key_Dead_Small_Schwa;
658
mapConstants[L"Qt.Key_Dead_Capital_Schwa"] = Qt::Key_Dead_Capital_Schwa;
659
mapConstants[L"Qt.Key_Dead_Greek"] = Qt::Key_Dead_Greek;
660
-#if QT_VERSION != QT_VERSION_CHECK(5, 15, 8)
+#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
661
mapConstants[L"Qt.Key_Dead_Lowline"] = Qt::Key_Dead_Lowline;
662
mapConstants[L"Qt.Key_Dead_Aboveverticalline"] = Qt::Key_Dead_Aboveverticalline;
663
mapConstants[L"Qt.Key_Dead_Belowverticalline"] = Qt::Key_Dead_Belowverticalline;
0 commit comments