Skip to content

Commit

Permalink
Make more slots private
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 8, 2017
1 parent 365b8a1 commit e863421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsdatumtransformdialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class GUI_EXPORT QgsDatumTransformDialog : public QDialog, private Ui::QgsDatumT
//! dialog shall remember the selection
bool rememberSelection() const;

public slots:
private slots:
void mHideDeprecatedCheckBox_stateChanged( int state );
void mDatumTransformTreeWidget_currentItemChanged( QTreeWidgetItem *, QTreeWidgetItem * );

Expand Down

0 comments on commit e863421

Please sign in to comment.