qt.cfg: Added support for more macros, found by daca@home.

This commit is contained in:
orbitcowboy 2019-09-21 14:42:37 +02:00
parent f18cf354bd
commit 5ac0b0e752
1 changed files with 4 additions and 0 deletions

View File

@ -4624,6 +4624,10 @@
<define name="Q_DECL_IMPORT" value=""/>
<define name="QT_DECLARE_DEPRECATED_TR_FUNCTIONS(context)" value="static inline QString trUtf8(const char *sourceText, const char *disambiguation = Q_NULLPTR, int n = -1) { return QCoreApplication::translate(#context, sourceText, disambiguation, n); }"/>
<define name="Q_DECLARE_FLAGS(x,y)" value=""/>
<define name="Q_DECLARE_SEQUENTIAL_ITERATOR(C)" value=""/>
<define name="Q_DECLARE_MUTABLE_SEQUENTIAL_ITERATOR(C)" value=""/>
<define name="Q_DECLARE_ASSOCIATIVE_ITERATOR(C)" value=""/>
<define name="Q_DECLARE_MUTABLE_ASSOCIATIVE_ITERATOR(C)" value=""/>
<define name="Q_DECLARE_INTERFACE(ClassName,Identifier)" value=""/>
<define name="Q_DECLARE_LOGGING_CATEGORY(name)" value="extern const QLoggingCategory &amp;name();"/>
<define name="Q_DECLARE_OPERATORS_FOR_FLAGS(x)" value=""/>