QmlJS: improve code

- no behavior change

Change-Id: I61e515876be768309e5647261ffbe2732de423b9
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Tim Jenssen
2019-01-18 20:28:55 +01:00
parent aaa8beab88
commit 87746b5906
3 changed files with 17 additions and 19 deletions

View File

@@ -418,7 +418,7 @@ void QrcParserPrivate::collectResourceFilesForSourceFile(const QString &sourceFi
QStringList *results,
const QLocale *locale) const
{
// TODO: use FileName from fileutils for file pathes
// TODO: use FileName from fileutils for file paths
QStringList langs = allUiLanguages(locale);
SMap::const_iterator file = m_files.find(sourceFile);