diff options
| author | Simon Hausmann <simon.hausmann@qt.io> | 2019-09-19 08:52:38 +0200 |
|---|---|---|
| committer | Simon Hausmann <simon.hausmann@qt.io> | 2019-09-19 14:13:59 +0200 |
| commit | c65c87cf96a40a8ba4ce3daaa5cff10d9fcf7b52 (patch) | |
| tree | c18c25103f0f199c87d2f42d2db1b3190ce075fc /tools/qmlcachegen/qmlcachegen.cpp | |
| parent | 2c5c3fee1ceecdc3166c683a393db5dedb116303 (diff) | |
| parent | 83be211744f7f36c6460987a065403d8c759685f (diff) | |
Merge "Merge remote-tracking branch 'origin/wip/qt6' into dev"
Diffstat (limited to 'tools/qmlcachegen/qmlcachegen.cpp')
| -rw-r--r-- | tools/qmlcachegen/qmlcachegen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmlcachegen/qmlcachegen.cpp b/tools/qmlcachegen/qmlcachegen.cpp index 41171b3f07..18415afd1d 100644 --- a/tools/qmlcachegen/qmlcachegen.cpp +++ b/tools/qmlcachegen/qmlcachegen.cpp @@ -373,7 +373,7 @@ static bool saveUnitAsCpp(const QString &inputFileName, const QString &outputFil { QTextStream stream(&hexifiedData); const uchar *end = begin + size; - stream << hex; + stream << Qt::hex; int col = 0; for (const uchar *data = begin; data < end; ++data, ++col) { if (data > begin) |
