Skip to content

Commit dd4dbfc

Browse files
committedJun 23, 2017
Added ctor documentation
1 parent 12f7b1a commit dd4dbfc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎src/gui/qgsdatasourcemanagerdialog.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ class GUI_EXPORT QgsDataSourceManagerDialog : public QgsOptionsDialogBase
4545
Q_OBJECT
4646

4747
public:
48+
49+
/** QgsDataSourceManagerDialog constructor
50+
* @param mapCanvas the map canvas
51+
* @param parent the object
52+
* @param fl window flags
53+
*/
4854
explicit QgsDataSourceManagerDialog( QgsMapCanvas *mapCanvas, QWidget *parent = nullptr, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
4955
~QgsDataSourceManagerDialog();
5056

0 commit comments

Comments
 (0)
Please sign in to comment.