mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +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:
parent
e3df261213
commit
3c92e1cbcf
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user