Add Q_FLAG macro to qt.cfg (#2671)

* Add Q_FLAG macro to qt.cfg

https://doc.qt.io/qt-5/qobject.html#Q_FLAG

```
error,unknownMacro,There is an unknown macro here somewhere. Configuration is required. If Q_FLAG is a macro then please configure it.
```

* Add Matthias Kuhn to authors
This commit is contained in:
Matthias Kuhn 2020-06-06 22:44:04 +02:00 committed by GitHub
parent 86ed860d26
commit 91b4d6950b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -181,6 +181,7 @@ Massimo Paladin
Mateusz Pusz Mateusz Pusz
Mathias De Maré Mathias De Maré
Matthias Krüger Matthias Krüger
Matthias Kuhn
Matthias Schmieder Matthias Schmieder
Mathias Schmid Mathias Schmid
Matt Johnson Matt Johnson

View File

@ -5047,6 +5047,7 @@
<define name="Q_DISABLE_COPY(C)" value="C(C&amp;);C&amp; operator=(const C&amp;);"/> <define name="Q_DISABLE_COPY(C)" value="C(C&amp;);C&amp; operator=(const C&amp;);"/>
<define name="Q_ENUM(X)" value=""/> <define name="Q_ENUM(X)" value=""/>
<define name="Q_ENUMS(X)" value=""/> <define name="Q_ENUMS(X)" value=""/>
<define name="Q_FLAG(X)" value=""/>
<define name="Q_FLAGS(X)" value=""/> <define name="Q_FLAGS(X)" value=""/>
<define name="Q_FOREVER" value="for (;;)"/> <define name="Q_FOREVER" value="for (;;)"/>
<define name="Q_INTERFACES(X)" value=""/> <define name="Q_INTERFACES(X)" value=""/>