Changed: Improved performance landscape plugin under Linux.

This commit is contained in:
dnk-88 2011-07-10 01:10:41 +03:00
parent fb7912e5d2
commit e384ffa02e

View file

@ -124,6 +124,7 @@ sint main(int argc, char **argv)
nlinfo("Welcome to NeL Object Viewer Qt!");
}
QApplication::setGraphicsSystem("raster");
QApplication app(argc, argv);
QSplashScreen *splash = new QSplashScreen();
splash->setPixmap(QPixmap(":/images/nel_ide_load.png"));