Introduce QML-based welcome screen using desktop components

Implements new XML-based format for examples, demos & tutorials

Done-with: Primrose Mbanefo <ext-primrose.mbanefo@nokia.com>
Change-Id: I42c0afdb419cffe5637cd4f298e828d09e0fb15a
Reviewed-on: http://codereview.qt.nokia.com/840
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
Daniel Molkentin
2010-11-11 16:49:17 +01:00
committed by Eike Ziller
parent b23aa10890
commit 497dd323ea
150 changed files with 10887 additions and 1761 deletions

View File

@@ -53,7 +53,6 @@ class QtVersionManager;
namespace Internal {
class ProFileEditorFactory;
class GettingStartedWelcomePage;
class Qt4ProjectManagerPlugin : public ExtensionSystem::IPlugin
{
@@ -96,7 +95,6 @@ private:
QAction *m_cleanSubProjectContextMenu;
QAction *m_addLibraryAction;
QAction *m_addLibraryActionContextMenu;
GettingStartedWelcomePage *m_welcomePage;
Core::Context m_projectContext;
};