diff options
author | Topi Reinio <topi.reinio@qt.io> | 2023-05-12 10:40:23 +0000 |
---|---|---|
committer | Topi Reiniƶ <topi.reinio@qt.io> | 2023-05-15 08:57:02 +0000 |
commit | cb8a71dac6dd905af14403e98bbd090dc6984eb8 (patch) | |
tree | 35aac5819e184072a05baf892b5e088f85657983 /src/corelib | |
parent | 506d237751d15468fcca52714cc4e9688f77e8fe (diff) | |
download | qtbase-cb8a71dac6dd905af14403e98bbd090dc6984eb8.tar.gz |
Doc: Replace mentions of deprecated macro
Q_ENUMS() is deprecated in favor of Q_ENUM().
Pick-to: 6.5
Task-number: QTBUG-113229
Change-Id: I29cc23c87b1d6e8eeb49dd1d3ddaf4ca7d2cf8c2
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/kernel/qobject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qobject.cpp b/src/corelib/kernel/qobject.cpp index 8293b819a0..668c1592dd 100644 --- a/src/corelib/kernel/qobject.cpp +++ b/src/corelib/kernel/qobject.cpp @@ -4581,7 +4581,7 @@ QDebug operator<<(QDebug dbg, const QObject *o) Q_GADGET makes a class member, \c{staticMetaObject}, available. \c{staticMetaObject} is of type QMetaObject and provides access to the - enums declared with Q_ENUMS. + enums declared with Q_ENUM. \sa Q_GADGET_EXPORT */ |