comparison 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
comparison
equal deleted inserted replaced
493:cb24473eadc5 494:ffb9df50a761
206 QApplication::setOrganizationName("QMUL"); 206 QApplication::setOrganizationName("QMUL");
207 QApplication::setOrganizationDomain("qmul.ac.uk"); 207 QApplication::setOrganizationDomain("qmul.ac.uk");
208 QApplication::setApplicationName("Tony"); 208 QApplication::setApplicationName("Tony");
209 209
210 InteractiveFileFinder::getInstance()->setApplicationSessionExtension("ton"); 210 InteractiveFileFinder::getInstance()->setApplicationSessionExtension("ton");
211
212 QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
211 213
212 QSplashScreen *splash = 0; 214 QSplashScreen *splash = 0;
213 // If we had a splash screen, we would show it here 215 // If we had a splash screen, we would show it here
214 216
215 QIcon icon; 217 QIcon icon;