From 3c3c5778e2a1c86a8492ae635844f5b8a553a571 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Sat, 7 Nov 2020 11:13:02 +0100 Subject: Doc: fix \inmodule for classes moved to QtGui Change-Id: If7a42dde8c728356e0e5646743a1425b08fccbcb Reviewed-by: Friedemann Kleint --- src/gui/itemmodels/qfilesystemmodel.cpp | 2 +- src/gui/util/qundogroup.cpp | 2 +- src/gui/util/qundostack.cpp | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gui/itemmodels/qfilesystemmodel.cpp b/src/gui/itemmodels/qfilesystemmodel.cpp index bb9a5a1d43..70c274b816 100644 --- a/src/gui/itemmodels/qfilesystemmodel.cpp +++ b/src/gui/itemmodels/qfilesystemmodel.cpp @@ -74,7 +74,7 @@ QT_BEGIN_NAMESPACE \brief The QFileSystemModel class provides a data model for the local filesystem. \ingroup model-view - \inmodule QtWidgets + \inmodule QtGui This class provides access to the local filesystem, providing functions for renaming and removing files and directories, and for creating new diff --git a/src/gui/util/qundogroup.cpp b/src/gui/util/qundogroup.cpp index 2f4c81b046..6efebce94d 100644 --- a/src/gui/util/qundogroup.cpp +++ b/src/gui/util/qundogroup.cpp @@ -57,7 +57,7 @@ public: \class QUndoGroup \brief The QUndoGroup class is a group of QUndoStack objects. \since 4.2 - \inmodule QtWidgets + \inmodule QtGui For an overview of the Qt's undo framework, see the \l{qundo.html}{overview}. 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}. -- cgit v1.2.3