Skip to content

Remove unneeded QT_VERSION_CHECK statements

Alexander Lohnau requested to merge work/cleanup into master

The alternative methods and enums were introduced in Qt 5.14, but the old ones are only in 5.15 deprecated.

With the Qt version being bumped to 5.14 we can remove those checks.

Merge request reports