sharkdp / dbg-macro

A dbg(…) macro for C++
MIT License
2.97k stars 257 forks source link

use in Qt #116

Closed finalion closed 1 year ago

finalion commented 2 years ago

I would like to use this awesome macro in Qt. However, qt metatypes or QVariant use QDataStream as the stream operator. Is there any idea to handle that?

sharkdp commented 2 years ago

Thank you for the feedback. This sounds like the same request as https://github.com/sharkdp/dbg-macro/issues/105 ?