forked from qt-creator/qt-creator
JsonWizard: Support formatting of sources after creating contents
Change-Id: Ia0fbae6a1d1b2f3dd00c578a8d1ac60e0482fba9 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
989ed95c1f
commit
b1cc98f79b
@@ -30,7 +30,6 @@
|
||||
#include "jsonwizardfilegenerator.h"
|
||||
|
||||
#include "../customwizard/customwizardpreprocessor.h"
|
||||
#include "../project.h"
|
||||
#include "../projectexplorer.h"
|
||||
#include "jsonwizard.h"
|
||||
#include "jsonwizardfactory.h"
|
||||
@@ -158,15 +157,6 @@ Core::GeneratedFiles JsonWizardFileGenerator::fileList(Utils::AbstractMacroExpan
|
||||
return result;
|
||||
}
|
||||
|
||||
bool JsonWizardFileGenerator::formatFile(const JsonWizard *wizard, Core::GeneratedFile *file, QString *errorMessage)
|
||||
{
|
||||
Q_UNUSED(wizard);
|
||||
Q_UNUSED(file);
|
||||
Q_UNUSED(errorMessage);
|
||||
// TODO: Implement me!
|
||||
return true;
|
||||
}
|
||||
|
||||
bool JsonWizardFileGenerator::writeFile(const JsonWizard *wizard, Core::GeneratedFile *file, QString *errorMessage)
|
||||
{
|
||||
Q_UNUSED(wizard);
|
||||
|
||||
Reference in New Issue
Block a user