Skip to content

Commit

Permalink
Added documentation comments on new methods
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrocha committed Aug 16, 2017
1 parent fe59a19 commit 7dd37b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qgsnewvectorlayerdialog.h
Expand Up @@ -68,6 +68,8 @@ class GUI_EXPORT QgsNewVectorLayerDialog: public QDialog, private Ui::QgsNewVect
void on_mRemoveAttributeButton_clicked();
void on_mFileFormatComboBox_currentIndexChanged( int index );
void on_mTypeBox_currentIndexChanged( int index );

//! Open the associated help
void showHelp();
void nameChanged( const QString & );
void selectionChanged();
Expand Down
3 changes: 3 additions & 0 deletions src/gui/symbology/qgsstylemanagerdialog.h
Expand Up @@ -58,7 +58,10 @@ class GUI_EXPORT QgsStyleManagerDialog : public QDialog, private Ui::QgsStyleMan
//! called when the dialog is going to be closed
void onFinished();

//! Close the dialog
void onClose();

//! Open the associated help
void showHelp();

void itemChanged( QStandardItem *item );
Expand Down

0 comments on commit 7dd37b3

Please sign in to comment.