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 005d4b6 commit 48dd28fCopy full SHA for 48dd28f
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