We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 85a7ba7 commit db9fc28Copy full SHA for db9fc28
src/gui/qgsmetadatawidget.h
@@ -140,6 +140,10 @@ class LinkItemDelegate : public QStyledItemDelegate
140
141
public:
142
143
+ /**
144
+ * \brief LinkItemDelegate constructor
145
+ * \param parent
146
+ */
147
explicit LinkItemDelegate( QObject *parent = nullptr );
148
149
/**
@@ -162,6 +166,10 @@ class ConstraintItemDelegate : public QStyledItemDelegate
162
166
163
167
164
168
169
170
+ * \brief ConstraintItemDelegate constructor
171
172
165
173
explicit ConstraintItemDelegate( QObject *parent = nullptr );
174
175
0 commit comments