Fix ModeManager documentation after move of Id

Change-Id: Idd08616fa8e40703ec040152ec51a294ed9740c7
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2020-09-24 10:17:10 +02:00
parent 3e732396e7
commit 415365dcc3

View File

@@ -73,13 +73,13 @@ namespace Core {
*/ */
/*! /*!
\fn void ModeManager::currentModeAboutToChange(Core::Id mode) \fn void ModeManager::currentModeAboutToChange(Utils::Id mode)
Emitted before the current mode changes to \a mode. Emitted before the current mode changes to \a mode.
*/ */
/*! /*!
\fn void ModeManager::currentModeChanged(Core::Id mode, Core::Id oldMode) \fn void ModeManager::currentModeChanged(Utils::Id mode, Utils::Id oldMode)
Emitted after the current mode changed from \a oldMode to \a mode. Emitted after the current mode changed from \a oldMode to \a mode.
*/ */