summaryrefslogtreecommitdiff
path: root/src/plugins/autotest/catch/catchoutputreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotest/catch/catchoutputreader.h')
-rw-r--r--src/plugins/autotest/catch/catchoutputreader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/autotest/catch/catchoutputreader.h b/src/plugins/autotest/catch/catchoutputreader.h
index 86f016478b..7015830961 100644
--- a/src/plugins/autotest/catch/catchoutputreader.h
+++ b/src/plugins/autotest/catch/catchoutputreader.h
@@ -39,8 +39,8 @@ class CatchOutputReader : public TestOutputReader
public:
CatchOutputReader(const QFutureInterface<TestResultPtr> &futureInterface,
- QProcess *testApplication, const QString &buildDirectory,
- const QString &projectFile);
+ QProcess *testApplication, const Utils::FilePath &buildDirectory,
+ const Utils::FilePath &projectFile);
protected:
void processOutputLine(const QByteArray &outputLineWithNewLine) override;
@@ -74,7 +74,7 @@ private:
QStack<TestOutputNode> m_testCaseInfo;
int m_sectionDepth = 0;
- QString m_projectFile;
+ Utils::FilePath m_projectFile;
QString m_currentTagName;
QString m_currentExpression;
QXmlStreamReader m_xmlReader;