diff src/main.cpp @ 494:ffb9df50a761 2.0-integration

Merge from recording branch
author Chris Cannam
date Mon, 12 Oct 2015 14:06:39 +0100
parents fce075d2952f
children b11b82c2e1af
line wrap: on
line diff
--- a/src/main.cpp	Mon Oct 12 14:06:18 2015 +0100
+++ b/src/main.cpp	Mon Oct 12 14:06:39 2015 +0100
@@ -209,6 +209,8 @@
 
     InteractiveFileFinder::getInstance()->setApplicationSessionExtension("ton");
 
+    QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
+
     QSplashScreen *splash = 0;
     // If we had a splash screen, we would show it here