diff options
author | Arno <am@disconnect.de> | 2013-03-22 10:26:22 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-03-22 10:26:22 +0100 |
commit | 0c10b3b6b156af67067e8ea07f2818092322910a (patch) | |
tree | 16910015ebd955bfa00543134369f63e9d8603f1 /shemov.cpp | |
parent | eae868815a44a7f4b87e46dac06ed7ab17e7c02d (diff) | |
download | SheMov-0c10b3b6b156af67067e8ea07f2818092322910a.tar.gz SheMov-0c10b3b6b156af67067e8ea07f2818092322910a.tar.bz2 SheMov-0c10b3b6b156af67067e8ea07f2818092322910a.zip |
New Splash
Create new splash screen from Kimber James. She's so hot!
While at it, change the Domain...
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 |