Skip to content

Commit

Permalink
[Splash] QSplashScreen, no need to use repaint at beginning
Browse files Browse the repository at this point in the history
  • Loading branch information
mathildemerle committed Nov 23, 2023
1 parent 99867b3 commit 226c3ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/medInria/medApplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ medApplication::medApplication(int & argc, char**argv) :
Qt::WindowStaysOnTopHint | Qt::X11BypassWindowManagerHint);
d->splashScreen->show();
this->processEvents();
d->splashScreen->repaint();

this->setApplicationName(PROJECT_NAME); /*Beware, change database path*/
this->setApplicationVersion(MEDINRIA_VERSION);
Expand Down

0 comments on commit 226c3ef

Please sign in to comment.