Skip to content

Port away from deprecated stuff, part 3

Heiko Becker requested to merge work/port-away-from-deprecated-stuff-part3 into master

This should take care of all deprecations from Qt 5 and make porting to Qt6 relatively easy (ignoring the need to move from QtWebKit to QtWebEngine for the moment).

The QModelIndex::child() -> QAbstractModelItem::index() commit is a bit scary, but at least the tests helped me to fix a few screw-ups. And I've been using a build with these commits as a daily driver without issues so far.

Merge request reports