replace Core::ICore::instance()->pluginManager() by ExtensionSystem::PluginManager::instance()

This commit is contained in:
hjk
2009-01-20 15:31:33 +01:00
parent 67437acf49
commit 897c05f57c
94 changed files with 467 additions and 634 deletions

View File

@@ -46,9 +46,8 @@ enum { debugWizard = 0 };
CppFileWizard::CppFileWizard(const BaseFileWizardParameters &parameters,
FileType type,
Core::ICore *core,
QObject *parent) :
Core::StandardFileWizard(parameters, core, parent),
Core::StandardFileWizard(parameters, parent),
m_type(type)
{
}