Skip to content

Commit fea2726

Browse files
committedOct 8, 2017
Flip autoconnected slots to explicit connections, pt 1
1 parent 5d0f8cd commit fea2726

File tree

195 files changed

+1960
-1364
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+1960
-1364
lines changed
 

‎python/gui/qgserrordialog.sip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ class QgsErrorDialog: QDialog
3232
%End
3333

3434
public slots:
35-
void on_mDetailPushButton_clicked();
36-
void on_mDetailCheckBox_stateChanged( int state );
35+
void mDetailPushButton_clicked();
36+
void mDetailCheckBox_stateChanged( int state );
3737

3838
};
3939

‎python/gui/qgsnewvectorlayerdialog.sip

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ Returns the file format for storage
6161
%End
6262

6363
protected slots:
64-
void on_mAddAttributeButton_clicked();
65-
void on_mRemoveAttributeButton_clicked();
66-
void on_mFileFormatComboBox_currentIndexChanged( int index );
67-
void on_mTypeBox_currentIndexChanged( int index );
64+
void mAddAttributeButton_clicked();
65+
void mRemoveAttributeButton_clicked();
66+
void mFileFormatComboBox_currentIndexChanged( int index );
67+
void mTypeBox_currentIndexChanged( int index );
6868

6969
void showHelp();
7070
%Docstring

0 commit comments

Comments
 (0)
Please sign in to comment.