Skip to content

Commit

Permalink
Applied android fix from Marco B.
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Sep 6, 2013
1 parent 0a1d44f commit ef2e10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/main.cpp
Expand Up @@ -433,7 +433,7 @@ int main( int argc, char *argv[] )
#if defined(ANDROID)
QgsDebugMsg( QString( "Android: All params stripped" ) );// Param %1" ).arg( argv[0] ) );
//put all QGIS settings in the same place
configpath = QgsApplication::qgisSettingsPath();
configpath = QgsApplication::qgisSettingsDirPath();
QgsDebugMsg( QString( "Android: configpath set to %1" ).arg( configpath ) );
#elif defined(Q_WS_WIN)
for ( int i = 1; i < argc; i++ )
Expand Down

0 comments on commit ef2e10b

Please sign in to comment.