edbee / edbee-lib

QWidget based Text Editor Component for Qt. Multi-caret, Textmate grammar and highlighting support.
Other
74 stars 25 forks source link

Compile fix for README example #102

Closed emoon closed 4 years ago

emoon commented 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.

Anyway this should make it work regardless.

gamecreature commented 4 years ago

Thank you!