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 b1b5a37 commit f8a414aCopy full SHA for f8a414a
gcodeworkshop/src/documentmanager.cpp
@@ -29,6 +29,9 @@
29
// As long as qAsConst is used.
30
// IWYU pragma: no_include "type_traits"
31
// IWYU pragma: no_include <type_traits>
32
+#if (QT_VERSION < QT_VERSION_CHECK(5, 7, 0))
33
+ #define qAsConst(s) (s)
34
+#endif
35
36
#include <document.h> // for Document
37
#include <documentinfo.h> // for DocumentInfo
0 commit comments