summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/iwizardfactory.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-09-23 15:22:02 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-09-29 12:58:38 +0000
commite7cfdb63b57e015fb408595c5e6d21b4ec8d5335 (patch)
tree1da33605ac8874fbdf22b0bc61133946868d4f8b /src/plugins/coreplugin/iwizardfactory.h
parenta7928b4b0b4c283f50c485da305582aad73afcfc (diff)
downloadqt-creator-e7cfdb63b57e015fb408595c5e6d21b4ec8d5335.tar.gz
SubdirsWizard: Make opening of NewItemDialog work again
The subdirs wizard tries to re-run the NewItemDialog to add subprojects to the qmake SUBDIRS template it created. Make this work again. Task-number: QTCREATORBUG-15057 Change-Id: If5c61970afb3bb4507d4a7de7dde1a6e7078c29a Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
Diffstat (limited to 'src/plugins/coreplugin/iwizardfactory.h')
-rw-r--r--src/plugins/coreplugin/iwizardfactory.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/coreplugin/iwizardfactory.h b/src/plugins/coreplugin/iwizardfactory.h
index 79644e9b07..eef809cd53 100644
--- a/src/plugins/coreplugin/iwizardfactory.h
+++ b/src/plugins/coreplugin/iwizardfactory.h
@@ -109,6 +109,11 @@ public:
static bool isWizardRunning();
+ static void requestNewItemDialog(const QString &title,
+ const QList<IWizardFactory *> &factories,
+ const QString &defaultLocation,
+ const QVariantMap &extraVariables);
+
protected:
FeatureSet pluginFeatures() const;
FeatureSet availableFeatures(const QString &platformName) const;