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

This commit is contained in:
hjk
2009-01-20 11:52:04 +01:00
parent d1dac15cc5
commit 113b81e9db
85 changed files with 432 additions and 613 deletions

View File

@@ -36,7 +36,6 @@
#include <projectexplorer/project.h>
#include <projectexplorer/projectexplorer.h>
#include <coreplugin/icore.h>
namespace Qt4ProjectManager {
@@ -79,7 +78,6 @@ private slots:
#endif
private:
Core::ICore *m_core;
ProjectExplorer::ProjectExplorerPlugin *m_projectExplorer;
ProFileEditorFactory *m_proFileEditorFactory;
Qt4Manager *m_qt4ProjectManager;