Skip to content

Commit 581f101

Browse files
authored
Add definitions for Q_DECL_DEPRECATED and Q_DECL_DEPRECATED_X (danmar#7510)
Add support for Qt macros Q_DECL_DEPRECATED and Q_DECL_DEPRECATED_X for people using the Qt library.
1 parent fcc0493 commit 581f101

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cfg/qt.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5326,6 +5326,8 @@
53265326
<define name="Q_NAMESPACE_EXPORT" value=""/>
53275327
<define name="Q_DECL_EXPORT" value=""/>
53285328
<define name="Q_DECL_IMPORT" value=""/>
5329+
<define name="Q_DECL_DEPRECATED" value=""/>
5330+
<define name="Q_DECL_DEPRECATED_X(text)" value=""/>
53295331
<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); }"/>
53305332
<define name="Q_DECLARE_FLAGS(x,y)" value=""/>
53315333
<define name="Q_DECLARE_SEQUENTIAL_ITERATOR(C)" value=""/>

0 commit comments

Comments
 (0)