Skip to content

Commit

Permalink
remove qsplashscreen on android
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernasocchi committed Apr 13, 2012
1 parent a5b3a49 commit b8953c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/main.cpp
Expand Up @@ -241,6 +241,11 @@ int main( int argc, char *argv[] )
int mySnapshotHeight = 600;

bool myHideSplash = false;
#if defined(ANDROID)
QgsDebugMsg( QString( "Android: Splash hidden" ) );
myHideSplash = true;
#endif

bool myRestorePlugins = true;
bool myCustomization = true;

Expand Down

0 comments on commit b8953c9

Please sign in to comment.