Changed: Improved performance landscape plugin under Linux.

This commit is contained in:
dnk-88 2011-07-10 01:10:41 +03:00
parent 22175df8d3
commit 15d72ea9e7

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"));