Skip to content
Commit f67a7e53 authored by luyikei's avatar luyikei Committed by Hugo Beauzée-Luyssen
Browse files

Settings: Use Base64 to save QByteArray



"Note: A QByteArray can store any byte values including '\0's, but most functions that take char * arguments assume that the data ends at the first '\0' they encounter."

Because of the above, we can't save QByteArray directly.

Signed-off-by: default avatarHugo Beauzée-Luyssen <hugo@beauzee.fr>
parent f9729c00
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment