forked from qt-creator/qt-creator
QmlJS: Remove spurious spaces from default import path in qmlproject.
What about paths that actually contain spaces? Reviewed-by: Erik Verbruggen
This commit is contained in:
@@ -156,7 +156,7 @@ Core::GeneratedFiles QmlProjectApplicationWizard::generateFiles(const QWizard *w
|
||||
<< " }" << endl
|
||||
//: Comment added to generated .qmlproject file
|
||||
<< " /* " << tr("List of plugin directories passed to QML runtime", "qmlproject Template") << " */" << endl
|
||||
<< " // importPaths: [ \" ../exampleplugin \" ]" << endl
|
||||
<< " // importPaths: [ \"../exampleplugin\" ]" << endl
|
||||
<< "}" << endl;
|
||||
}
|
||||
Core::GeneratedFile generatedCreatorFile(creatorFileName);
|
||||
|
||||
Reference in New Issue
Block a user