Skip to content

Commit c01f56c

Browse files
committed
Fix more tests
1 parent 9bfebb3 commit c01f56c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/gui/qgsrasterlayersaveasdialog.h

+5-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ class GUI_EXPORT QgsRasterLayerSaveAsDialog: public QDialog, private Ui::QgsRast
7171
bool tileMode() const;
7272
bool addToCanvas() const;
7373
QString outputFileName() const;
74+
/**
75+
* Name of the output layer within GeoPackage file.
76+
* \since QGIS 3.4
77+
*/
7478
QString outputLayerName() const;
7579
QString outputFormat() const;
7680
QgsCoordinateReferenceSystem outputCrs();
@@ -139,7 +143,7 @@ class GUI_EXPORT QgsRasterLayerSaveAsDialog: public QDialog, private Ui::QgsRast
139143
double noDataCellValue( int row, int column ) const;
140144
void adjustNoDataCellWidth( int row, int column );
141145
bool validate() const;
142-
// Returns true if the output layer already exists in a GeoPackage file.
146+
// Returns true if the output layer already exists in the GeoPackage file.
143147
bool outputLayerExistsInGpkg() const;
144148

145149
void insertAvailableOutputFormats();

0 commit comments

Comments
 (0)