forked from qt-creator/qt-creator
ProcessExplorer: Remove QLatin1String from AbstractProcessStep
Change-Id: I1eed445b2e0400272ded021123420eee279ea1df Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -390,7 +390,7 @@ void AbstractProcessStep::taskAdded(const Task &task, int linkedOutputLines, int
|
||||
} else {
|
||||
// More then one filename, so do a better compare
|
||||
// Chop of any "../"
|
||||
while (filePath.startsWith(QLatin1String("../")))
|
||||
while (filePath.startsWith("../"))
|
||||
filePath.remove(0, 3);
|
||||
int count = 0;
|
||||
QString possibleFilePath;
|
||||
|
||||
Reference in New Issue
Block a user