Skip to content

Commit

Permalink
Fix a clazy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 19, 2019
1 parent 9de67c8 commit 45ae2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsdatumtransformdialog.h
Expand Up @@ -67,7 +67,7 @@ class GUI_EXPORT QgsDatumTransformDialog : public QDialog, private Ui::QgsDatumT
bool gridShiftTransformation( const QString &itemText ) const;
//! Returns FALSE if the location of the grid shift files is known (PROJ_LIB) and the shift file is not there
bool testGridShiftFileAvailability( QTableWidgetItem *item ) const;
void load( const QPair<int, int> &selectedDatumTransforms = qMakePair( -1, -1 ) );
void load( QPair<int, int> selectedDatumTransforms = qMakePair( -1, -1 ) );
void setOKButtonEnabled();


Expand Down

0 comments on commit 45ae2ed

Please sign in to comment.