Skip to content

Commit

Permalink
Update sip files
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrocha committed Aug 16, 2017
1 parent 7dd37b3 commit 32c81a0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/gui/qgsnewvectorlayerdialog.sip
Expand Up @@ -65,7 +65,11 @@ Returns the file format for storage
void on_mRemoveAttributeButton_clicked();
void on_mFileFormatComboBox_currentIndexChanged( int index );
void on_mTypeBox_currentIndexChanged( int index );

void showHelp();
%Docstring
Open the associated help
%End
void nameChanged( const QString & );
void selectionChanged();

Expand Down
7 changes: 7 additions & 0 deletions python/gui/symbology/qgsstylemanagerdialog.sip
Expand Up @@ -48,7 +48,14 @@ called when the dialog is going to be closed
%End

void onClose();
%Docstring
Close the dialog
%End

void showHelp();
%Docstring
Open the associated help
%End

void itemChanged( QStandardItem *item );

Expand Down

0 comments on commit 32c81a0

Please sign in to comment.