aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/x11vkbtest/testreporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/x11vkbtest/testreporter.h')
-rw-r--r--tests/manual/x11vkbtest/testreporter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/x11vkbtest/testreporter.h b/tests/manual/x11vkbtest/testreporter.h
index 2a6d2c5f..d53f754f 100644
--- a/tests/manual/x11vkbtest/testreporter.h
+++ b/tests/manual/x11vkbtest/testreporter.h
@@ -42,8 +42,8 @@ public:
public:
void startMemoryReport();
- void printTestResultsToCSV(const QVector<TestBase*> &tests) const;
- void printTestResultToConsole(const QVector<TestBase *> &tests) const;
+ void printTestResultsToCSV(const QList<TestBase *> &tests) const;
+ void printTestResultToConsole(const QList<TestBase *> &tests) const;
public slots:
void printMemoryResultToCSV(const QString minPeakMemoryReport) const;