qt.cfg: Added support for Q_DECLARE_INTERFACE()-macro, found by daca@home.

This commit is contained in:
orbitcowboy 2019-09-21 14:39:14 +02:00
parent b2cab003ff
commit f18cf354bd
1 changed files with 1 additions and 0 deletions

View File

@ -4624,6 +4624,7 @@
<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_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=""/>
<define name="Q_DECLARE_METATYPE(x)" value=""/>