Skip to content

Commit eb64810

Browse files
committedMar 25, 2019
Make slots private
1 parent 9b49f8d commit eb64810

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed
 

‎src/app/qgsattributesformproperties.h

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,6 @@ class APP_EXPORT QgsAttributesFormProperties : public QWidget, private Ui_QgsAtt
194194
void initInitPython();
195195
void initSuppressCombo();
196196

197-
public slots:
198-
199-
void onInvertSelectionButtonClicked( bool checked );
200-
void onAttributeSelectionChanged();
201-
202197
protected:
203198
void updateButtons();
204199

@@ -213,7 +208,13 @@ class APP_EXPORT QgsAttributesFormProperties : public QWidget, private Ui_QgsAtt
213208
QgsAttributeTypeDialog *mAttributeTypeDialog = nullptr;
214209
QgsAttributeRelationEdit *mAttributeRelationEdit = nullptr;
215210

211+
private slots:
212+
213+
void onInvertSelectionButtonClicked( bool checked );
214+
void onAttributeSelectionChanged();
215+
216216
private:
217+
217218
void loadAttributeTypeDialog();
218219
void storeAttributeTypeDialog( );
219220

0 commit comments

Comments
 (0)
Please sign in to comment.