summaryrefslogtreecommitdiffstats
path: root/src/testlib/qbenchmarkevent_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testlib/qbenchmarkevent_p.h')
-rw-r--r--src/testlib/qbenchmarkevent_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/testlib/qbenchmarkevent_p.h b/src/testlib/qbenchmarkevent_p.h
index f191a0d..2d625eb 100644
--- a/src/testlib/qbenchmarkevent_p.h
+++ b/src/testlib/qbenchmarkevent_p.h
@@ -70,8 +70,7 @@ public:
int adjustIterationCount(int suggestion);
int adjustMedianCount(int suggestion);
bool repeatCount() { return 1; }
- QString unitText();
- QString metricText();
+ QTest::QBenchmarkMetric metricType();
static bool eventCountingMechanism(void *message);
static qint64 eventCounter;
};