Set application attributes before constructing KleopatraApplication
The Qt::AA_EnableHighDpiScaling attribute must be set before
QGuiApplication is constructed. Note that setAttribute just flips a bit
and checks a pointer (to warn if certain attributes are set too late),
i.e. pratically it doesn't take any time.
- GnuPG-bug-id: T6259