Skip to content
Verified Commit 436e124a authored by Ingo Klöcker's avatar Ingo Klöcker Committed by Ingo Klöcker
Browse files

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: 6259
parent d6137619
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment