Rely on lazy instantiation of text editor actions

The actions are already lazily instantiated in
TextEditorActionHandler::setupActions(), so there should be no need to
call initializeActions() in all plugins on startup. Only the main text
editor plugin will still initialize its actions, to make sure the menu
items are there.
This commit is contained in:
Thorbjørn Lindeijer
2009-05-26 11:26:36 +02:00
parent 5cc007e9d9
commit 5b132339a7
6 changed files with 0 additions and 11 deletions

View File

@@ -225,7 +225,6 @@ void CppPlugin::writeSettings()
void CppPlugin::extensionsInitialized()
{
m_actionHandler->initializeActions();
}
void CppPlugin::shutdown()