Skip to content

Commit 6b4a27a

Browse files
committedJun 25, 2012
make QGIS settings go to the same place
1 parent bcb26a9 commit 6b4a27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ int main( int argc, char *argv[] )
267267

268268
#if defined(ANDROID)
269269
QgsDebugMsg( QString( "Android: All params stripped" ) );// Param %1" ).arg( argv[0] ) );
270-
//make Qt and QGIS settings go to the same place
270+
//put all QGIS settings in the same place
271271
configpath = QDir::homePath() + QString( "/.qgis/" );
272272
QgsDebugMsg( QString( "Android: configpath set to %1" ).arg(configpath) );
273273
#elif defined(Q_WS_WIN)

0 commit comments

Comments
 (0)
Please sign in to comment.