Wizards: Turn "platform" into an Id

It used to be a string constant.

Change-Id: Ibea34dc52e97a483989e6d628b908231f4e2dc54
Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-11-27 12:07:56 +01:00
parent 4b0a8648e4
commit eebe44d3cf
24 changed files with 113 additions and 115 deletions

View File

@@ -80,7 +80,7 @@ static int indexOfFile(const GeneratedFiles &f, const QString &path)
*/
Utils::Wizard *BaseFileWizardFactory::runWizardImpl(const QString &path, QWidget *parent,
const QString &platform,
Id platform,
const QVariantMap &extraValues)
{
QTC_ASSERT(!path.isEmpty(), return 0);