forked from qt-creator/qt-creator
Qnx: Remove unused local variable
Change-Id: Ia1f37830566db7349f196ada4e7c73526e5d50d5 Reviewed-by: Mehdi Fekari <mfekari@blackberry.com> Reviewed-by: David Kaspar <dkaspar@blackberry.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
7a91287c80
commit
00d58f0c45
@@ -125,7 +125,6 @@ bool ProjectFileConverter::convertFile(Core::GeneratedFile &file, QString &error
|
||||
QStringList resources;
|
||||
QStringList otherFiles;
|
||||
|
||||
QSet<QString> entries;
|
||||
foreach (const QString &filePath, convertedProjectContext().collectedFiles()) {
|
||||
QString ext = filePath.section(QLatin1Char('.'), -1);
|
||||
if (ext.compare(QLatin1String("c"), Qt::CaseInsensitive) == 0)
|
||||
|
||||
Reference in New Issue
Block a user