Skip to content

Commit

Permalink
fix without georeferencer
Browse files Browse the repository at this point in the history
  • Loading branch information
vcloarec committed Aug 31, 2023
1 parent 83ad4f5 commit e81f334
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/qgssettingsregistryapp.cpp
Expand Up @@ -42,9 +42,8 @@ QgsSettingsRegistryApp::QgsSettingsRegistryApp()

#ifdef HAVE_GEOREFERENCER
QgsGui::instance()->settingsEditorWidgetRegistry()->addWrapper( new QgsSettingsEnumEditorWidgetWrapper<QgsImageWarper::ResamplingMethod>() );
#endif
QgsGui::instance()->settingsEditorWidgetRegistry()->addWrapper( new QgsSettingsEnumEditorWidgetWrapper<QgsGcpTransformerInterface::TransformMethod>() );

#endif

// copy values from old keys to new keys and delete the old ones
// for backward compatibility, old keys are recreated when the registry gets deleted
Expand Down

0 comments on commit e81f334

Please sign in to comment.