summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/basefilewizard.h
diff options
context:
space:
mode:
authorJarek Kobus <jkobus@trolltech.com>2010-08-26 18:33:16 +0200
committerJarek Kobus <jkobus@trolltech.com>2010-08-26 18:35:05 +0200
commit1cefde9e45bedecfce2b42ace29c5bf390a476b5 (patch)
tree923f25f0018f9694f12028f10fe630fcb77caad8 /src/plugins/coreplugin/basefilewizard.h
parentfc1be8b488aeea55fc022429b7af6ca1997c782c (diff)
downloadqt-creator-1cefde9e45bedecfce2b42ace29c5bf390a476b5.tar.gz
Implement adding new project into opened subdirs project
Reviewed-by: dt <qtc-committer@nokia.com>
Diffstat (limited to 'src/plugins/coreplugin/basefilewizard.h')
-rw-r--r--src/plugins/coreplugin/basefilewizard.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/coreplugin/basefilewizard.h b/src/plugins/coreplugin/basefilewizard.h
index e1f5a369d5..ac094bed7b 100644
--- a/src/plugins/coreplugin/basefilewizard.h
+++ b/src/plugins/coreplugin/basefilewizard.h
@@ -200,6 +200,9 @@ protected:
virtual GeneratedFiles generateFiles(const QWizard *w,
QString *errorMessage) const = 0;
+ // Overwrite for ProjectWizard kind and return the path to the generated project file
+ virtual QString generatedProjectFilePath(const QWizard *wizard) const;
+
/* Overwrite to perform steps to be done after files are actually created.
* The default implementation opens editors with the newly generated files. */
virtual bool postGenerateFiles(const QWizard *w, const GeneratedFiles &l, QString *errorMessage);