summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qtdeprecationmarkers.h
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2022-09-19 17:00:27 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2022-09-22 13:48:15 +0200
commitf7bd53b2a633f2db45be9fb8cd2794370c65c608 (patch)
tree7583b3d2dd8da989914e9a66a339ccb56dbf79b3 /src/corelib/global/qtdeprecationmarkers.h
parent3535f46374ccf8ad966e4b266c0dbd919646fded (diff)
Move docs for deprecation macros to qtdeprecationmarkers.qdoc
Additionally: - Generate the QtDeprecationMarkers fw header - Add an overview page for QtDeprecationMarkers (otherwise the docs for deprecated QT_DISABLE_DEPRECATED_BEFORE aren't generated) - Fix docs to stop mentioning deprecated QT_DISABLE_DEPRECATED_BEFORE. Task-number: QTBUG-106154 Change-Id: Ic8c45ba3d9d267036ca470b208676a3ac82485eb Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/global/qtdeprecationmarkers.h')
-rw-r--r--src/corelib/global/qtdeprecationmarkers.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/corelib/global/qtdeprecationmarkers.h b/src/corelib/global/qtdeprecationmarkers.h
index e3b17fef28..ee0ec92589 100644
--- a/src/corelib/global/qtdeprecationmarkers.h
+++ b/src/corelib/global/qtdeprecationmarkers.h
@@ -7,6 +7,11 @@
#include <QtCore/qtconfigmacros.h>
#include <QtCore/qtversionchecks.h>
+#if 0
+#pragma qt_class(QtDeprecationMarkers)
+#pragma qt_sync_stop_processing
+#endif
+
QT_BEGIN_NAMESPACE
#if defined(QT_NO_DEPRECATED)