Skip to content

Commit 32c81a0

Browse files
committedAug 16, 2017
Update sip files
1 parent 7dd37b3 commit 32c81a0

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
 

‎python/gui/qgsnewvectorlayerdialog.sip

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,11 @@ Returns the file format for storage
6565
void on_mRemoveAttributeButton_clicked();
6666
void on_mFileFormatComboBox_currentIndexChanged( int index );
6767
void on_mTypeBox_currentIndexChanged( int index );
68+
6869
void showHelp();
70+
%Docstring
71+
Open the associated help
72+
%End
6973
void nameChanged( const QString & );
7074
void selectionChanged();
7175

‎python/gui/symbology/qgsstylemanagerdialog.sip

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,14 @@ called when the dialog is going to be closed
4848
%End
4949

5050
void onClose();
51+
%Docstring
52+
Close the dialog
53+
%End
54+
5155
void showHelp();
56+
%Docstring
57+
Open the associated help
58+
%End
5259

5360
void itemChanged( QStandardItem *item );
5461

0 commit comments

Comments
 (0)
Please sign in to comment.