forked from qt-creator/qt-creator
Qnx: Momentics Cascades project importer
Change-Id: I232d97cd1570b37f694540337b1075800e330e97 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
This commit is contained in:
committed by
Fanda Vacek
parent
9a97c42412
commit
a97242e332
@@ -52,6 +52,8 @@ namespace Utils { class Wizard; }
|
||||
|
||||
namespace Core {
|
||||
|
||||
class IFileWizardExtension;
|
||||
|
||||
class CORE_EXPORT WizardDialogParameters
|
||||
{
|
||||
public:
|
||||
@@ -117,9 +119,12 @@ public:
|
||||
|
||||
protected:
|
||||
typedef QList<QWizardPage *> WizardPageList;
|
||||
typedef QList<Core::IFileWizardExtension*> ExtensionList;
|
||||
|
||||
explicit BaseFileWizard(QObject *parent = 0);
|
||||
|
||||
virtual ExtensionList selectExtensions();
|
||||
|
||||
virtual QWizard *createWizardDialog(QWidget *parent,
|
||||
const WizardDialogParameters &wizardDialogParameters) const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user