summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-12-05 10:44:37 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-12-16 11:23:47 +0100
commitdeeaa500ad8c591b3142eb53a57e79b6b4ae1ca6 (patch)
treeee0856577debcf24d4fbc333aa6145a898128c43 /src/tools
parentd6266c757d2f2ea4ff1e71dc8545f9bf97aa3bb1 (diff)
Mark the old style unprefixed stream functions deprecated
Requires a third definition for the source-compatible but deprecated version. Change-Id: I260ae79f4547f99eed701b10e0b25222f81cd5ff Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/tracegen/etw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tracegen/etw.cpp b/src/tools/tracegen/etw.cpp
index acd81bd5c1..eac518dbab 100644
--- a/src/tools/tracegen/etw.cpp
+++ b/src/tools/tracegen/etw.cpp
@@ -90,7 +90,7 @@ static QString createGuid(const QUuid &uuid)
QTextStream stream(&guid);
- hex(stream);
+ Qt::hex(stream);
stream << "("
<< "0x" << uuid.data1 << ", "