ProcessExplorer: Remove QLatin1String from AbstractProcessStep

Change-Id: I1eed445b2e0400272ded021123420eee279ea1df
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Tobias Hunger
2017-06-12 14:01:17 +02:00
parent 9f4583756b
commit 05e0b001d3

View File

@@ -390,7 +390,7 @@ void AbstractProcessStep::taskAdded(const Task &task, int linkedOutputLines, int
} else { } else {
// More then one filename, so do a better compare // More then one filename, so do a better compare
// Chop of any "../" // Chop of any "../"
while (filePath.startsWith(QLatin1String("../"))) while (filePath.startsWith("../"))
filePath.remove(0, 3); filePath.remove(0, 3);
int count = 0; int count = 0;
QString possibleFilePath; QString possibleFilePath;