added missing qt macros Q_NAMESPACE_EXPORT (#3224)

This commit is contained in:
boussaffawalid 2021-04-19 20:09:27 +01:00 committed by GitHub
parent db5f00a16a
commit f5ca9e7859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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); }"/>