Skip to content

Commit

Permalink
Make the raster layer's save as dialog button box work again (fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jul 15, 2019
1 parent 8205c90 commit 4b7acc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qgsrasterlayersaveasdialog.cpp
Expand Up @@ -150,6 +150,8 @@ QgsRasterLayerSaveAsDialog::QgsRasterLayerSaveAsDialog( QgsRasterLayer *rasterLa
}

connect( mButtonBox, &QDialogButtonBox::helpRequested, this, &QgsRasterLayerSaveAsDialog::showHelp );
connect( mButtonBox, &QDialogButtonBox::accepted, this, &QgsRasterLayerSaveAsDialog::accept );
connect( mButtonBox, &QDialogButtonBox::rejected, this, &QgsRasterLayerSaveAsDialog::reject );

mExtentGroupBox->setOutputCrs( outputCrs() );
mExtentGroupBox->setOriginalExtent( mDataProvider->extent(), mLayerCrs );
Expand Down

0 comments on commit 4b7acc2

Please sign in to comment.