Register some more windows

So they get an entry in the Window menu, and window related shortcuts
are registered correctly.

Change-Id: Ie7e882a009f928f1268fdd312e7fb5362f6a837f
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Eike Ziller
2022-02-07 09:53:19 +01:00
parent 035b8aa5f7
commit 3c1a87290e
5 changed files with 6 additions and 0 deletions

View File

@@ -516,6 +516,7 @@ void CppEditorPluginPrivate::inspectCppCodeModel()
ICore::raiseWindow(m_cppCodeModelInspectorDialog);
} else {
m_cppCodeModelInspectorDialog = new CppCodeModelInspectorDialog(ICore::dialogParent());
ICore::registerWindow(m_cppCodeModelInspectorDialog, Context("CppEditor.Inspector"));
m_cppCodeModelInspectorDialog->show();
}
}