summaryrefslogtreecommitdiffstats
path: root/src/gui/util/qundostack.cpp
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-11-07 11:13:02 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-11-09 09:57:03 +0100
commit3c3c5778e2a1c86a8492ae635844f5b8a553a571 (patch)
tree3fd91bb470e4c31bae42fa8bba750cda652b52ff /src/gui/util/qundostack.cpp
parent1628e79a7764eb9a0db42a302e522188e429c41b (diff)
Doc: fix \inmodule for classes moved to QtGuiv6.0.0-beta4
Change-Id: If7a42dde8c728356e0e5646743a1425b08fccbcb Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/gui/util/qundostack.cpp')
-rw-r--r--src/gui/util/qundostack.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/util/qundostack.cpp b/src/gui/util/qundostack.cpp
index 84ef2787e1..f5757c1704 100644
--- a/src/gui/util/qundostack.cpp
+++ b/src/gui/util/qundostack.cpp
@@ -51,7 +51,7 @@ QT_BEGIN_NAMESPACE
\brief The QUndoCommand class is the base class of all commands stored on a QUndoStack.
\since 4.2
- \inmodule QtWidgets
+ \inmodule QtGui
For an overview of Qt's Undo Framework, see the
\l{Overview of Qt's Undo Framework}{overview document}.
@@ -347,7 +347,7 @@ const QUndoCommand *QUndoCommand::child(int index) const
\brief The QUndoStack class is a stack of QUndoCommand objects.
\since 4.2
- \inmodule QtWidgets
+ \inmodule QtGui
For an overview of Qt's Undo Framework, see the
\l{Overview of Qt's Undo Framework}{overview document}.