Skip to content

Fixing deprecated QFlags inizialization

Regarding the constructors of LinkLabels: It is suggested not to initaliaze Qt::WindowFlags with a nullptr. Instead the default constructor, Qt::WindowFlags() is to be used. This is plugged into QFrame, there this constructor is already called by default.

An equivalent change is made to empty Qt::KeyboardModifiers.

Merge request reports