mooltipass / moolticute

Mooltipass crossplatform daemon/tools
GNU General Public License v3.0
143 stars 67 forks source link

Fix qt6 issue for Mini #1096

Closed deXol closed 1 year ago

deXol commented 1 year ago

In Qt6 QString's fromUtf8 function changed: https://doc.qt.io/qt-6/qstring.html#fromUtf8-2 Need to strip the zero bytes due to this change.