1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

Set the grahpicssystem to "raster" in the code after the reported performance

benefits.  This can be overriden on the commandline with -graphicssystem
This commit is contained in:
James Cotton 2012-02-29 14:01:31 -06:00
parent 37975dc00a
commit 21699a3fce

View File

@ -239,6 +239,8 @@ int main(int argc, char **argv)
setrlimit(RLIMIT_NOFILE, &rl);
#endif
QApplication::setGraphicsSystem("raster");
SharedTools::QtSingleApplication app((QLatin1String(appNameC)), argc, argv);
QString locale = QLocale::system().name();