File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1237,10 +1237,6 @@ void QgsOptions::saveOptions()
1237
1237
mSettings ->setValue ( QStringLiteral ( " /qgis/compileExpressions" ), cbxCompileExpressions->isChecked () );
1238
1238
mSettings ->setValue ( QStringLiteral ( " /qgis/defaultLegendGraphicResolution" ), mLegendGraphicResolutionSpinBox ->value () );
1239
1239
mSettings ->setValue ( QStringLiteral ( " /qgis/mapTipsDelay" ), mMapTipsDelaySpinBox ->value () );
1240
- QgisApp::instance ()->setMapTipsDelay ( mMapTipsDelaySpinBox ->value () );
1241
-
1242
- bool createRasterLegendIcons = mSettings ->value ( QStringLiteral ( " /qgis/createRasterLegendIcons" ), false ).toBool ();
1243
- mSettings ->setValue ( QStringLiteral ( " /qgis/createRasterLegendIcons" ), cbxCreateRasterLegendIcons->isChecked () );
1244
1240
mSettings ->setValue ( QStringLiteral ( " /qgis/copyFeatureFormat" ), mComboCopyFeatureFormat ->currentData ().toInt () );
1245
1241
1246
1242
mSettings ->setValue ( QStringLiteral ( " /qgis/new_layers_visible" ), chkAddedVisibility->isChecked () );
You can’t perform that action at this time.
0 commit comments