diff options
Diffstat (limited to 'shemov.cpp')
-rw-r--r-- | shemov.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla //application icon qApp->setWindowIcon(QIcon(":/shemov.png")); setAttribute(Qt::WA_DeleteOnClose); - QSplashScreen splash(QPixmap(":/shemov_splash.png")); + QSplashScreen splash(QPixmap(":/shemov_splash2.png")); splash.show(); //init database as early as possible |