From d2758ae9c4fc6a25c7aaf4afce7f9dd371094266 Mon Sep 17 00:00:00 2001 From: Arno Date: Thu, 1 Nov 2012 16:17:55 +0100 Subject: Fix Splash Actually display splash screen and show what we're doing. --- main.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 07c3f53..3606d17 100644 --- a/main.cpp +++ b/main.cpp @@ -6,7 +6,6 @@ */ #include -#include #include "shemov.h" @@ -16,10 +15,6 @@ int main(int argc, char **argv){ QCoreApplication::setOrganizationDomain("hadante.servebeer.com"); QCoreApplication::setApplicationName("SheMov"); QCoreApplication::setApplicationVersion("1.0 TreeVersion"); - QPixmap splash(":/shemov_splash.png"); - QSplashScreen sp(splash); - sp.show(); - SheMov *sm = new SheMov; - sp.finish(sm); + (void) new SheMov; return app.exec(); } -- cgit v1.2.3-70-g09d2