forked from qt-creator/qt-creator
On new generic project, show progress and dialog
Task-Nr: QTCREATORBUG-2226 Change-Id: I62e1c740a008663396960cfc12a05202f8800892 Reviewed-on: http://codereview.qt.nokia.com/594 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl>
This commit is contained in:
@@ -50,7 +50,9 @@ class FileWizardPage;
|
||||
namespace GenericProjectManager {
|
||||
namespace Internal {
|
||||
|
||||
class GenericProjectWizardDialog : public Utils::Wizard
|
||||
class FilesSelectionWizardPage;
|
||||
|
||||
class GenericProjectWizardDialog : public Utils::Wizard
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -60,10 +62,13 @@ public:
|
||||
|
||||
QString path() const;
|
||||
void setPath(const QString &path);
|
||||
QStringList selectedFiles() const;
|
||||
QStringList selectedPaths() const;
|
||||
|
||||
QString projectName() const;
|
||||
|
||||
Utils::FileWizardPage *m_firstPage;
|
||||
FilesSelectionWizardPage *m_secondPage;
|
||||
};
|
||||
|
||||
class GenericProjectWizard : public Core::BaseFileWizard
|
||||
|
||||
Reference in New Issue
Block a user