From e3020425201fcca56fe255a9fc3e6ad1b3b788b7 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 30 Oct 2010 21:18:38 +0000 Subject: [PATCH] Display the splash screen for 2 seconds instead --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 344f25e8f..629bc9cf2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -254,7 +254,7 @@ int main(int argc, char *argv[]){ splash = new QSplashScreen(QPixmap(QString::fromUtf8(":/Icons/skin/splash.png")), Qt::WindowStaysOnTopHint); splash->show(); app.processEvents(); - QTimer::singleShot(3000, splash, SLOT(deleteLater())); + QTimer::singleShot(2000, splash, SLOT(deleteLater())); } #endif // Set environment variable