forked from qt-creator/qt-creator
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:
committed by
Eike Ziller
parent
b23aa10890
commit
497dd323ea
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user