mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
Add documentation for new overridden constructors
This commit is contained in:
parent
85a7ba77d6
commit
db9fc285f7
@ -140,6 +140,10 @@ class LinkItemDelegate : public QStyledItemDelegate
|
||||
|
||||
public:
|
||||
|
||||
/**
|
||||
* \brief LinkItemDelegate constructor
|
||||
* \param parent
|
||||
*/
|
||||
explicit LinkItemDelegate( QObject *parent = nullptr );
|
||||
|
||||
/**
|
||||
@ -162,6 +166,10 @@ class ConstraintItemDelegate : public QStyledItemDelegate
|
||||
|
||||
public:
|
||||
|
||||
/**
|
||||
* \brief ConstraintItemDelegate constructor
|
||||
* \param parent
|
||||
*/
|
||||
explicit ConstraintItemDelegate( QObject *parent = nullptr );
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user