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, 14 Sep 2016 21:29:04 +0000 (23:29 +0200)
commitd29a6e9521e27e5d4d86fec82b5daa71085f87a5
treed5c267802eead0f5ef27fd095ca16a64c3a47a37
parent71b32fa06fe8777f7e2d26bc8592f75cf4a3ffe5
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.
src/common/main.cpp