Skip to content

Commit ef2e10b

Browse files
committed
Applied android fix from Marco B.
1 parent 0a1d44f commit ef2e10b

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
@@ -433,7 +433,7 @@ int main( int argc, char *argv[] )
433433
#if defined(ANDROID)
434434
QgsDebugMsg( QString( "Android: All params stripped" ) );// Param %1" ).arg( argv[0] ) );
435435
//put all QGIS settings in the same place
436-
configpath = QgsApplication::qgisSettingsPath();
436+
configpath = QgsApplication::qgisSettingsDirPath();
437437
QgsDebugMsg( QString( "Android: configpath set to %1" ).arg( configpath ) );
438438
#elif defined(Q_WS_WIN)
439439
for ( int i = 1; i < argc; i++ )

0 commit comments

Comments
 (0)