Skip to content

Commit 2a4ede3

Browse files
committed
Applied android fix from Marco B.
1 parent 58cfc7f commit 2a4ede3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ int main( int argc, char *argv[] )
470470
#if defined(ANDROID)
471471
QgsDebugMsg( QString( "Android: All params stripped" ) );// Param %1" ).arg( argv[0] ) );
472472
//put all QGIS settings in the same place
473-
configpath = QgsApplication::qgisSettingsPath();
473+
configpath = QgsApplication::qgisSettingsDirPath();
474474
QgsDebugMsg( QString( "Android: configpath set to %1" ).arg( configpath ) );
475475
#elif defined(Q_WS_WIN)
476476
for ( int i = 1; i < argc; i++ )

0 commit comments

Comments
 (0)