Skip to content

Commit 7dd37b3

Browse files
committed
Added documentation comments on new methods
1 parent fe59a19 commit 7dd37b3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/gui/qgsnewvectorlayerdialog.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ class GUI_EXPORT QgsNewVectorLayerDialog: public QDialog, private Ui::QgsNewVect
6868
void on_mRemoveAttributeButton_clicked();
6969
void on_mFileFormatComboBox_currentIndexChanged( int index );
7070
void on_mTypeBox_currentIndexChanged( int index );
71+
72+
//! Open the associated help
7173
void showHelp();
7274
void nameChanged( const QString & );
7375
void selectionChanged();

src/gui/symbology/qgsstylemanagerdialog.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ class GUI_EXPORT QgsStyleManagerDialog : public QDialog, private Ui::QgsStyleMan
5858
//! called when the dialog is going to be closed
5959
void onFinished();
6060

61+
//! Close the dialog
6162
void onClose();
63+
64+
//! Open the associated help
6265
void showHelp();
6366

6467
void itemChanged( QStandardItem *item );

0 commit comments

Comments
 (0)