Skip to content

Commit fef9c93

Browse files
committedFeb 20, 2016
fix typo (followup 5c4bf99)
1 parent 5c4bf99 commit fef9c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, bool skipVersionCh
883883
//
884884
// Please make sure this is the last thing the ctor does so that we can ensure the
885885
// widgets are all initialized before trying to restore their state.
886-
z /
886+
//
887887
mSplash->showMessage( tr( "Restoring window state" ), Qt::AlignHCenter | Qt::AlignBottom );
888888
qApp->processEvents();
889889
restoreWindowState();

0 commit comments

Comments
 (0)
Please sign in to comment.