We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a1d44f commit ef2e10bCopy full SHA for ef2e10b
src/app/main.cpp
@@ -433,7 +433,7 @@ int main( int argc, char *argv[] )
433
#if defined(ANDROID)
434
QgsDebugMsg( QString( "Android: All params stripped" ) );// Param %1" ).arg( argv[0] ) );
435
//put all QGIS settings in the same place
436
- configpath = QgsApplication::qgisSettingsPath();
+ configpath = QgsApplication::qgisSettingsDirPath();
437
QgsDebugMsg( QString( "Android: configpath set to %1" ).arg( configpath ) );
438
#elif defined(Q_WS_WIN)
439
for ( int i = 1; i < argc; i++ )
0 commit comments