summaryrefslogtreecommitdiffstats
path: root/tools/qscxmlc/moc_patches/outputrevision.h.patch
blob: be3c2ebfbcf5d0d27074af626bfcd286f472cad9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- .upstream/outputrevision.h	2022-05-23 08:46:14.490945334 +0200
+++ outputrevision.h	2024-02-05 14:06:04.254179068 +0100
@@ -4,7 +4,13 @@
 #ifndef OUTPUTREVISION_H
 #define OUTPUTREVISION_H
 
+#include <QtCore/qglobal.h> // -- QtScxml
+
+QT_BEGIN_NAMESPACE // -- QtScxml
+
 // if the output revision changes, you MUST change it in qobjectdefs.h too
 enum { mocOutputRevision = 68 };          // moc format output revision
 
+QT_END_NAMESPACE // -- QtScxml
+
 #endif // OUTPUTREVISION_H