We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58cfc7f commit 2a4ede3Copy full SHA for 2a4ede3
src/app/main.cpp
@@ -470,7 +470,7 @@ int main( int argc, char *argv[] )
470
#if defined(ANDROID)
471
QgsDebugMsg( QString( "Android: All params stripped" ) );// Param %1" ).arg( argv[0] ) );
472
//put all QGIS settings in the same place
473
- configpath = QgsApplication::qgisSettingsPath();
+ configpath = QgsApplication::qgisSettingsDirPath();
474
QgsDebugMsg( QString( "Android: configpath set to %1" ).arg( configpath ) );
475
#elif defined(Q_WS_WIN)
476
for ( int i = 1; i < argc; i++ )
0 commit comments