summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-05-08 11:44:48 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-05-09 11:14:35 +0000
commita648927188f4621ccd37ad3b7ee17df03cea742a (patch)
treef49d70f724a7808d62791d565e5b49b6d2d62b75
parent39e5f0fbfbbf57e5da5fb0f434f516dc0b5515bf (diff)
downloadqtactiveqt-a648927188f4621ccd37ad3b7ee17df03cea742a.tar.gz
Doc: Replace mentions of deprecated macros
Q_ENUMS() and Q_FLAGS() are deprecated in favor of Q_ENUM() and Q_FLAG(). Pick-to: 6.5 Task-number: QTBUG-113229 Change-Id: I715f0eded2fbd62611b381e560f7f6548f797d45 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--src/activeqt/doc/src/qtaxserver.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/activeqt/doc/src/qtaxserver.qdoc b/src/activeqt/doc/src/qtaxserver.qdoc
index 60cc30c..df76368 100644
--- a/src/activeqt/doc/src/qtaxserver.qdoc
+++ b/src/activeqt/doc/src/qtaxserver.qdoc
@@ -395,8 +395,8 @@
\li [in, out] struct QPoint (user defined)
\endtable
- Also supported are exported enums and flags (see Q_ENUMS() and
- Q_FLAGS()). The in-parameter types are also supported as
+ Also supported are exported enums and flags (see Q_ENUM() and
+ Q_FLAG()). The in-parameter types are also supported as
return values.
Properties and signals/slots that have parameters using any other