HomePhabricator

[QT] Fix QByteArray.append(const QString) deprecation warning in 5.15.1

Description

[QT] Fix QByteArray.append(const QString) deprecation warning in 5.15.1

Summary:
https://doc.qt.io/qt-5/qbytearray-obsolete.html#append-5
This function was implicitely calling toUtf8() to convert the string
to a byte array, so this diff does not change the behavior.

Test Plan:

ninja all check-all

Check the deprecation warning is gone at build time.

Reviewers: #bitcoin_abc, jasonbcox

Reviewed By: #bitcoin_abc, jasonbcox

Differential Revision: https://reviews.bitcoinabc.org/D7435

Details

Provenance
FabienAuthored on Sep 14 2020, 19:21
abc-botPushed on Sep 14 2020, 19:27
Reviewer
Restricted Project
Differential Revision
D7435: [QT] Fix QByteArray.append(const QString) deprecation warning in 5.15.1
Parents
rABC44ed9aa6a516: [DOC] Fix various doc issues, improve the linter accordingly
Branches
Unknown
Tags
Unknown