Refactoring deprecated Qt functions

Authored by thomasfischer on Mar 9 2020, 9:40 PM.

Description

Refactoring deprecated Qt functions

Refactoring various deprecated Qt functions:

  • Either putting functions behind an #ifdef guard in case new functions have only been introduced in recent Qt releases in order to keep the code compiling on older Qt releases, -- or --
  • replacing the deprecated code with the recommended alternative if the alternative has been available even in older Qt releases.

Details

Committed
thomasfischerMar 10 2020, 2:43 PM
Parents
R462:9a8354212e81: Correction on prev commit on editing comments
Branches
Unknown
Tags
Unknown