There is no dependency, so make the runtime manager an real singelton.

Reviewed-by: ck
This commit is contained in:
kh1
2010-05-25 13:43:16 +02:00
parent 070f4df485
commit 745345e347
6 changed files with 17 additions and 28 deletions

View File

@@ -56,7 +56,6 @@ class QMakeStepFactory;
class MakeStepFactory;
class EmbeddedPropertiesPage;
class GettingStartedWelcomePage;
class MaemoManager;
class Qt4ProjectManagerPlugin : public ExtensionSystem::IPlugin
{
@@ -86,7 +85,6 @@ private:
ProjectExplorer::ProjectExplorerPlugin *m_projectExplorer;
ProFileEditorFactory *m_proFileEditorFactory;
Qt4Manager *m_qt4ProjectManager;
MaemoManager *m_maemoManager;
int m_projectContext;