qt.cfg: Added support for more macros, found by daca@home.
This commit is contained in:
parent
f18cf354bd
commit
5ac0b0e752
|
@ -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 &name();"/>
|
||||
<define name="Q_DECLARE_OPERATORS_FOR_FLAGS(x)" value=""/>
|
||||
|
|
Loading…
Reference in New Issue