summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/qt4projectmanagerplugin.h
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2009-07-27 13:55:30 +0200
committerDaniel Molkentin <daniel.molkentin@nokia.com>2009-07-28 16:11:55 +0200
commit5633de2ac91e2cded7895c9cf871fb2327ff18b6 (patch)
tree3ed177dfcfc8a4564ca887550021c92f000f72ad /src/plugins/qt4projectmanager/qt4projectmanagerplugin.h
parenta9b521f80af025ac11f9735fc070606952894b60 (diff)
downloadqt-creator-5633de2ac91e2cded7895c9cf871fb2327ff18b6.tar.gz
Make the welcome screen into plugins.
This removes the all hard dependencies to and from welcome screen, except the one to the core plugin. More in detail: - Add IWelcomePage to add a tab to the welcome screen - Move tabs in the modules where they belong - Enables QHelpManager to open help fullscreen and contextually - "Getting Started" moves to Qt4ProjectManager - Projects & Sessions (aka "Develop") moves to ProjectExplorer - "Community" remains in the welcome plugin for simplicity
Diffstat (limited to 'src/plugins/qt4projectmanager/qt4projectmanagerplugin.h')
-rw-r--r--src/plugins/qt4projectmanager/qt4projectmanagerplugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qt4projectmanager/qt4projectmanagerplugin.h b/src/plugins/qt4projectmanager/qt4projectmanagerplugin.h
index 18781bc82c..5e3e016ce6 100644
--- a/src/plugins/qt4projectmanager/qt4projectmanagerplugin.h
+++ b/src/plugins/qt4projectmanager/qt4projectmanagerplugin.h
@@ -49,6 +49,7 @@ class MakeStepFactory;
class GccParserFactory;
class MsvcParserFactory;
class EmbeddedPropertiesPage;
+class GettingStartedWelcomePage;
class Qt4ProjectManagerPlugin : public ExtensionSystem::IPlugin
{
@@ -81,6 +82,7 @@ private:
QAction *m_runQMakeAction;
QAction *m_runQMakeActionContextMenu;
+ GettingStartedWelcomePage *m_welcomePage;
};
} // namespace Internal