Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added ctor documentation
  • Loading branch information
elpaso committed Jun 23, 2017
1 parent 12f7b1a commit dd4dbfc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/gui/qgsdatasourcemanagerdialog.h
Expand Up @@ -45,6 +45,12 @@ class GUI_EXPORT QgsDataSourceManagerDialog : public QgsOptionsDialogBase
Q_OBJECT

public:

/** QgsDataSourceManagerDialog constructor
* @param mapCanvas the map canvas
* @param parent the object
* @param fl window flags
*/
explicit QgsDataSourceManagerDialog( QgsMapCanvas *mapCanvas, QWidget *parent = nullptr, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
~QgsDataSourceManagerDialog();

Expand Down

0 comments on commit dd4dbfc

Please sign in to comment.