Use Qt::AA_UseHighDpiPixmaps
authorHannah von Reth <vonreth@kde.org>
Thu, 8 Sep 2016 11:30:26 +0000 (13:30 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 4 Apr 2018 21:14:03 +0000 (23:14 +0200)
commitabd916f9d5457a0048e21a958b068558bf6ba6ac
tree48c0e61172430991a813afb4b50579fd18bd67f4
parentb7a296f3de378ebd00128de0c285d1a1349e4f0f
Use Qt::AA_UseHighDpiPixmaps

This will fix some issues... and introduce new ones:

* Some pixmaps are now cut
* Old banner pixmap still pixelated
* Overall looks much less pixelated

Resolves GH-248.

(cherry picked from commit d29a6e9521e27e5d4d86fec82b5daa71085f87a5)
src/common/main.cpp