Closed emoon closed 4 years ago
TextDocumentSerializer::load takes a QIODevice* as input and at least for me this implicit convert from const char* doesn't work but I have many of those disabled in my codebase, but it may just be that the readme is outdated as well.
TextDocumentSerializer::load
QIODevice*
const char*
Anyway this should make it work regardless.
Thank you!
TextDocumentSerializer::load
takes aQIODevice*
as input and at least for me this implicit convert fromconst char*
doesn't work but I have many of those disabled in my codebase, but it may just be that the readme is outdated as well.Anyway this should make it work regardless.