Skip to content

Commit

Permalink
Add documentation for new overridden constructors
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Dec 5, 2017
1 parent 85a7ba7 commit db9fc28
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/gui/qgsmetadatawidget.h
Expand Up @@ -140,6 +140,10 @@ class LinkItemDelegate : public QStyledItemDelegate

public:

/**
* \brief LinkItemDelegate constructor
* \param parent
*/
explicit LinkItemDelegate( QObject *parent = nullptr );

/**
Expand All @@ -162,6 +166,10 @@ class ConstraintItemDelegate : public QStyledItemDelegate

public:

/**
* \brief ConstraintItemDelegate constructor
* \param parent
*/
explicit ConstraintItemDelegate( QObject *parent = nullptr );

/**
Expand Down

0 comments on commit db9fc28

Please sign in to comment.