diff options
Diffstat (limited to 'nexus/archdefs.h')
-rw-r--r-- | nexus/archdefs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nexus/archdefs.h b/nexus/archdefs.h index 903386bf..cdf15825 100644 --- a/nexus/archdefs.h +++ b/nexus/archdefs.h @@ -46,7 +46,9 @@ struct DelayInfo return ret; } }; +// https://bugreports.qt.io/browse/QTBUG-80789 +#ifndef Q_MOC_RUN enum ConstIds { ID_NONE @@ -58,6 +60,7 @@ enum ConstIds #define X(t) static constexpr auto id_##t = IdString(ID_##t); #include "constids.inc" #undef X +#endif struct BelId { |