Skip to content

Commit cf1c30d

Browse files
committed
update QgsAttributeDialog sip bindings (fixes #12248)
1 parent 4792a92 commit cf1c30d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

python/gui/qgsattributedialog.sip

+10-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,16 @@ class QgsAttributeDialog : QDialog
4848
*/
4949
void setHighlight( QgsHighlight *h );
5050

51-
QDialog *dialog();
51+
/**
52+
* @brief Returns reference to self. Only here for legacy compliance
53+
*
54+
* @return this
55+
*
56+
* @deprecated Do not use. Just use this object itself. Or QgsAttributeForm if you want to embed.
57+
*/
58+
QDialog *dialog() /Deprecated/;
59+
60+
QgsAttributeForm *attributeForm();
5261

5362
const QgsFeature* feature();
5463

0 commit comments

Comments
 (0)