blob: 730795342eefacb084bcd2c89465c400b6e3f08b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- .upstream/outputrevision.h 2024-11-15 07:24:09.762842614 +0100
+++ outputrevision.h 2024-11-29 14:25:52.887280117 +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 qtmetamacros.h too
enum { mocOutputRevision = 69 }; // moc format output revision
+QT_END_NAMESPACE // -- QtScxml
+
#endif // OUTPUTREVISION_H
|