mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-03 17:39:49 +00:00
Qt6: remove QTextCodec
This commit is contained in:
parent
97bb165ae2
commit
d6f7255e3e
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@ void applicationLogHandler(QtMsgType type, const QMessageLogContext &context, co
|
|||
}
|
||||
|
||||
QString barrayToString(const QByteArray &data) {
|
||||
return QString(QTextCodec::codecForMib(106)->toUnicode(data));
|
||||
return QString::fromUtf8(data);
|
||||
}
|
||||
|
||||
QString getAccountName() {
|
||||
|
|
Loading…
Reference in a new issue