summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/painting
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/gui/painting')
-rw-r--r--tests/benchmarks/gui/painting/qtbench/tst_qtbench.cpp2
-rw-r--r--tests/benchmarks/gui/painting/qtracebench/tst_qtracebench.cpp2
-rw-r--r--tests/benchmarks/gui/painting/qtransform/tst_qtransform.cpp2
3 files changed, 0 insertions, 6 deletions
diff --git a/tests/benchmarks/gui/painting/qtbench/tst_qtbench.cpp b/tests/benchmarks/gui/painting/qtbench/tst_qtbench.cpp
index 25cbb076cf..dc3f1f900e 100644
--- a/tests/benchmarks/gui/painting/qtbench/tst_qtbench.cpp
+++ b/tests/benchmarks/gui/painting/qtbench/tst_qtbench.cpp
@@ -46,8 +46,6 @@
#include "benchmarktests.h"
-//TESTED_FILES=
-
class BenchWidget : public QWidget
{
public:
diff --git a/tests/benchmarks/gui/painting/qtracebench/tst_qtracebench.cpp b/tests/benchmarks/gui/painting/qtracebench/tst_qtracebench.cpp
index 1961465ae7..0bb586d85d 100644
--- a/tests/benchmarks/gui/painting/qtracebench/tst_qtracebench.cpp
+++ b/tests/benchmarks/gui/painting/qtracebench/tst_qtracebench.cpp
@@ -46,8 +46,6 @@
#include <private/qpaintengineex_p.h>
#include <private/qpaintbuffer_p.h>
-//TESTED_FILES=
-
class ReplayWidget : public QWidget
{
Q_OBJECT
diff --git a/tests/benchmarks/gui/painting/qtransform/tst_qtransform.cpp b/tests/benchmarks/gui/painting/qtransform/tst_qtransform.cpp
index 7c37ebe0b8..a11af5a3dd 100644
--- a/tests/benchmarks/gui/painting/qtransform/tst_qtransform.cpp
+++ b/tests/benchmarks/gui/painting/qtransform/tst_qtransform.cpp
@@ -42,8 +42,6 @@
#include <qtest.h>
#include <QTransform>
-//TESTED_FILES=
-
class tst_QTransform : public QObject
{
Q_OBJECT