forked from qt-creator/qt-creator
Fix ModeManager documentation after move of Id
Change-Id: Idd08616fa8e40703ec040152ec51a294ed9740c7 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -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.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user