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 4b1e96e commit 1240594Copy full SHA for 1240594
generator/main.cpp
@@ -175,6 +175,8 @@ namespace
175
}
176
dui.defines.push_back("__cplusplus=1");
177
dui.defines.push_back("__STDC__");
178
+ // Do not wrap deprecated items for Qt 6.
179
+ dui.defines.push_back("QT_DISABLE_DEPRECATED_BEFORE=QT_VERSION_CHECK(6, 0, 0)");
180
dui.std = "c++20";
181
dui.removeComments = true;
182
0 commit comments