Wizards: Allow for async wizards

Change-Id: Id150ede2549150be8e720c5a0e31b05309cb3fb9
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-05-29 16:17:51 +02:00
parent e2dab7685c
commit 9d0c39768f
6 changed files with 71 additions and 50 deletions

View File

@@ -93,8 +93,8 @@ public:
bool isAvailable(const QString &platformName) const override;
private:
void runWizardImpl(const QString &path, QWidget *parent, const QString &platform,
const QVariantMap &variables);
Utils::Wizard *runWizardImpl(const QString &path, QWidget *parent, const QString &platform,
const QVariantMap &variables) override;
// Create all wizards. As other plugins might register factories for derived
// classes. Called when the new file dialog is shown for the first time.