summaryrefslogtreecommitdiffstats
path: root/tests/auto/shared/perfparsertestclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/shared/perfparsertestclient.cpp')
-rw-r--r--tests/auto/shared/perfparsertestclient.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/shared/perfparsertestclient.cpp b/tests/auto/shared/perfparsertestclient.cpp
index 366f154..9f51130 100644
--- a/tests/auto/shared/perfparsertestclient.cpp
+++ b/tests/auto/shared/perfparsertestclient.cpp
@@ -191,6 +191,8 @@ void PerfParserTestClient::extractTrace(QIODevice *device)
void PerfParserTestClient::convertToText(QTextStream &out) const
{
+ using Qt::dec;
+ using Qt::hex;
for (const auto &sample : samples()) {
out << string(command(sample.pid).name) << '\t'
<< sample.pid << '\t' << sample.tid << '\t'