edbee / edbee-lib

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

Fix remove some depreciation warnings for qt6 and other warnings and spelling errors #138

Closed SlySven closed 1 year ago

SlySven commented 1 year ago

@gamecreature I've been working on getting Mudlet to build in a Qt 6 environment and found a few things that I think need fixing to work. As such I've put together a number of commits which address different things that were producing warnings when built against Qt 6.4.1 on Linux (and one or two things that also do so in Qt 5.15.2). I suspect you might want to examine and, hopefully, cherry-pick each of these commits in order rather than just merging the whole lot in one swell foop. Anyhow I hope they are of use...

gamecreature commented 1 year ago

@SlySven This looks very good!! Thank you!

gamecreature commented 1 year ago

@SlySven Just run compiled and run qt5 and qt6 versions on Mac OS X. (app + tests still work) Everything looks good! I'm going to merge all your changes. Again thanks for the effort!