Doc: Fix QDoc warnings issued for Core plugin ActionManager docs

Fix warnings for:

- ActionContainer
- ActionManager
- Command
- CommandButton
- CommandMappings
- CommandsFile

Task-number: QTCREATORBUG-23584
Change-Id: I3c7903e054d43143885d67d64309d1ae4429de2c
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2020-02-12 13:26:28 +01:00
parent e4df228522
commit 1793d6ac00
6 changed files with 159 additions and 44 deletions

View File

@@ -123,6 +123,12 @@ public:
} // namespace Internal
/*!
\class Core::CommandMappings
\inmodule QtCreator
\internal
*/
CommandMappings::CommandMappings(QWidget *parent)
: QWidget(parent), d(new Internal::CommandMappingsPrivate(this))
{