aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/projectfilewizardextension.h
diff options
context:
space:
mode:
authorJarek Kobus <jkobus@trolltech.com>2011-08-05 09:59:28 +0200
committerJarek Kobus <jaroslaw.kobus@nokia.com>2011-08-09 12:01:06 +0200
commitbe40d9ca93e4c0cba43ea884a96b264c94b2fc8b (patch)
tree2aea5aed28f3bf0e85b6227721d0361d60e44e98 /src/plugins/projectexplorer/projectfilewizardextension.h
parent9e3e7d3691c899c50767c482677a396bdb64b72c (diff)
Apply code style settings to templates
Task-number: QTCREATORBUG-169 Change-Id: I380c956d3256c186ff9497463ab845228017ff87 Reviewed-on: http://codereview.qt.nokia.com/2671 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jarek Kobus <jaroslaw.kobus@nokia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/plugins/projectexplorer/projectfilewizardextension.h')
-rw-r--r--src/plugins/projectexplorer/projectfilewizardextension.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/projectfilewizardextension.h b/src/plugins/projectexplorer/projectfilewizardextension.h
index de67b9c54b..3118ae8dc0 100644
--- a/src/plugins/projectexplorer/projectfilewizardextension.h
+++ b/src/plugins/projectexplorer/projectfilewizardextension.h
@@ -49,8 +49,9 @@ public:
~ProjectFileWizardExtension();
QList<QWizardPage *> extensionPages(const Core::IWizard *wizard);
- bool process(const QList<Core::GeneratedFile> &files,
+ bool processFiles(const QList<Core::GeneratedFile> &files,
bool *removeOpenProjectAttribute, QString *errorMessage);
+ void applyCodeStyle(Core::GeneratedFile *file) const;
public slots:
void firstExtensionPageShown(const QList<Core::GeneratedFile> &files);