summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qflags.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/global/qflags.qdoc')
-rw-r--r--src/corelib/global/qflags.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/global/qflags.qdoc b/src/corelib/global/qflags.qdoc
index 4542d99268..dd3b1e4c9b 100644
--- a/src/corelib/global/qflags.qdoc
+++ b/src/corelib/global/qflags.qdoc
@@ -98,7 +98,7 @@
\section1 Flags and the Meta-Object System
The Q_DECLARE_FLAGS() macro does not expose the flags to the meta-object
- system, so they cannot be used by Qt Script or edited in Qt Designer.
+ system, so they cannot be used by Qt Script or edited in \QD.
To make the flags available for these purposes, the Q_FLAG() macro must
be used:
@@ -174,7 +174,7 @@
/*!
\fn template <typename Enum> QFlags &QFlags<Enum>::operator=(const QFlags &other)
- Assigns \e other to this object and returns a reference to this
+ Assigns \a other to this object and returns a reference to this
object.
*/