COVESA / dlt-viewer

Diagnostic Log and Trace viewing program
Other
425 stars 240 forks source link

No viable conversion from 'QDltDataView' to 'QByteArray' #373

Closed SangTruongTan closed 1 year ago

SangTruongTan commented 1 year ago

This approach is working on macOS arm64 architecture.

hannesa2 commented 1 year ago

Sorry, I've no qt experience, and I'm just interested. What's the benefit of conversion to QByteArray, or which issue is solved with it.

SangTruongTan commented 1 year ago

It looks like there is a defect with clang on macOS arm64. It could not be converted directly from QDltDataView to QbyteArray in one line.