mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04: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:
|
public:
|
||||||
|
|
||||||
|
/**
|
||||||
|
* \brief LinkItemDelegate constructor
|
||||||
|
* \param parent
|
||||||
|
*/
|
||||||
explicit LinkItemDelegate( QObject *parent = nullptr );
|
explicit LinkItemDelegate( QObject *parent = nullptr );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -162,6 +166,10 @@ class ConstraintItemDelegate : public QStyledItemDelegate
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
/**
|
||||||
|
* \brief ConstraintItemDelegate constructor
|
||||||
|
* \param parent
|
||||||
|
*/
|
||||||
explicit ConstraintItemDelegate( QObject *parent = nullptr );
|
explicit ConstraintItemDelegate( QObject *parent = nullptr );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user