Skip to content

Commit db9fc28

Browse files
committed
Add documentation for new overridden constructors
1 parent 85a7ba7 commit db9fc28

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/gui/qgsmetadatawidget.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ class LinkItemDelegate : public QStyledItemDelegate
140140

141141
public:
142142

143+
/**
144+
* \brief LinkItemDelegate constructor
145+
* \param parent
146+
*/
143147
explicit LinkItemDelegate( QObject *parent = nullptr );
144148

145149
/**
@@ -162,6 +166,10 @@ class ConstraintItemDelegate : public QStyledItemDelegate
162166

163167
public:
164168

169+
/**
170+
* \brief ConstraintItemDelegate constructor
171+
* \param parent
172+
*/
165173
explicit ConstraintItemDelegate( QObject *parent = nullptr );
166174

167175
/**

0 commit comments

Comments
 (0)