summaryrefslogtreecommitdiff
path: root/src/winrtrunner/runner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/winrtrunner/runner.cpp')
-rw-r--r--src/winrtrunner/runner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/winrtrunner/runner.cpp b/src/winrtrunner/runner.cpp
index e816d9baa..d115b584b 100644
--- a/src/winrtrunner/runner.cpp
+++ b/src/winrtrunner/runner.cpp
@@ -73,7 +73,7 @@ public:
// final output location. Might be equal to localOutputFile or stdout (-)
QString finalOutputFile;
};
- QVector<TestPaths> testPaths;
+ QList<TestPaths> testPaths;
QString profile;
QScopedPointer<RunnerEngine> engine;