Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix doxygen warning
  • Loading branch information
nyalldawson committed May 15, 2023
1 parent 888dc33 commit 50175dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/ogr/qgsvectorlayersaveasdialog.cpp
Expand Up @@ -46,7 +46,7 @@ QgsVectorLayerSaveAsDialog::QgsVectorLayerSaveAsDialog( long srsid, QWidget *par
setup();
}

QgsVectorLayerSaveAsDialog::QgsVectorLayerSaveAsDialog( QgsVectorLayer *layer, Options options, QWidget *parent, Qt::WindowFlags fl )
QgsVectorLayerSaveAsDialog::QgsVectorLayerSaveAsDialog( QgsVectorLayer *layer, QgsVectorLayerSaveAsDialog::Options options, QWidget *parent, Qt::WindowFlags fl )
: QDialog( parent, fl )
, mLayer( layer )
, mActionOnExistingFile( QgsVectorFileWriter::CreateOrOverwriteFile )
Expand Down

0 comments on commit 50175dc

Please sign in to comment.