mirror of
https://github.com/logos-blockchain/logos-execution-zone-module.git
synced 2026-07-09 03:59:41 +00:00
fix: revert hacks
This commit is contained in:
parent
32c16c000a
commit
4d1f4817a6
@ -7,13 +7,6 @@
|
||||
#include <QtCore/QJsonObject>
|
||||
#include <QtCore/QVariantMap>
|
||||
|
||||
#include <QtCore/QMetaType>
|
||||
|
||||
static const bool s_metaTypesRegistered = []() {
|
||||
qRegisterMetaType<QJsonArray>("QJsonArray");
|
||||
return true;
|
||||
}();
|
||||
|
||||
static QString bytesToHex(const uint8_t* data, const size_t length) {
|
||||
const QByteArray bytearray(reinterpret_cast<const char*>(data), static_cast<int>(length));
|
||||
return QString::fromLatin1(bytearray.toHex());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user