added missing qt macros Q_NAMESPACE_EXPORT (#3224)
This commit is contained in:
parent
db5f00a16a
commit
f5ca9e7859
|
@ -5116,6 +5116,7 @@
|
|||
<define name="Q_IMPORT_PLUGIN2(a,ClassName)" value=""/>
|
||||
<define name="Q_GLOBAL_STATIC(Type,VariableName)" value=""/>
|
||||
<define name="Q_GLOBAL_STATIC_WITH_ARGS(Type,VariableName,Arguments)" value=""/>
|
||||
<define name="Q_NAMESPACE_EXPORT" value=""/>
|
||||
<define name="Q_DECL_EXPORT" value=""/>
|
||||
<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); }"/>
|
||||
|
|
Loading…
Reference in New Issue