Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Show default network cache path in options dialog
  • Loading branch information
m-kuhn committed Jun 12, 2016
1 parent 7c72fef commit f16fba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsoptions.cpp
Expand Up @@ -315,6 +315,7 @@ QgsOptions::QgsOptions( QWidget *parent, Qt::WindowFlags fl )

// cache settings
mCacheDirectory->setText( mSettings->value( "cache/directory" ).toString() );
mCacheDirectory->setPlaceholderText( QDir( QgsApplication::qgisSettingsDirPath() ).canonicalPath() + QDir::separator() + "cache" );
mCacheSize->setMinimum( 0 );
mCacheSize->setMaximum( std::numeric_limits<int>::max() );
mCacheSize->setSingleStep( 1024 );
Expand Down

0 comments on commit f16fba5

Please sign in to comment.