enable support for high dpi pixmaps

CHANGELOG: Improve HiDPI support for Konsole
This commit is contained in:
Christoph Cullmann
2015-07-29 14:48:29 +02:00
parent ef1bf9c35a
commit f02e731a05

View File

@@ -48,6 +48,9 @@ void Application::init()
{
_backgroundInstance = 0;
// enable high dpi support
setAttribute(Qt::AA_UseHighDpiPixmaps, true);
#if defined(Q_OS_MAC)
// this ensures that Ctrl and Meta are not swapped, so CTRL-C and friends
// will work correctly in the terminal