Skip to content

Commit

Permalink
Fix more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
borysiasty committed Sep 12, 2018
1 parent 9bfebb3 commit c01f56c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/gui/qgsrasterlayersaveasdialog.h
Expand Up @@ -71,6 +71,10 @@ class GUI_EXPORT QgsRasterLayerSaveAsDialog: public QDialog, private Ui::QgsRast
bool tileMode() const;
bool addToCanvas() const;
QString outputFileName() const;
/**
* Name of the output layer within GeoPackage file.
* \since QGIS 3.4
*/
QString outputLayerName() const;
QString outputFormat() const;
QgsCoordinateReferenceSystem outputCrs();
Expand Down Expand Up @@ -139,7 +143,7 @@ class GUI_EXPORT QgsRasterLayerSaveAsDialog: public QDialog, private Ui::QgsRast
double noDataCellValue( int row, int column ) const;
void adjustNoDataCellWidth( int row, int column );
bool validate() const;
// Returns true if the output layer already exists in a GeoPackage file.
// Returns true if the output layer already exists in the GeoPackage file.
bool outputLayerExistsInGpkg() const;

void insertAvailableOutputFormats();
Expand Down

0 comments on commit c01f56c

Please sign in to comment.