mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-05 21:52:10 +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
37975dc00a
commit
21699a3fce
@ -239,6 +239,8 @@ int main(int argc, char **argv)
|
|||||||
setrlimit(RLIMIT_NOFILE, &rl);
|
setrlimit(RLIMIT_NOFILE, &rl);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
QApplication::setGraphicsSystem("raster");
|
||||||
|
|
||||||
SharedTools::QtSingleApplication app((QLatin1String(appNameC)), argc, argv);
|
SharedTools::QtSingleApplication app((QLatin1String(appNameC)), argc, argv);
|
||||||
|
|
||||||
QString locale = QLocale::system().name();
|
QString locale = QLocale::system().name();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user