mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
update QgsAttributeDialog sip bindings (fixes #12248)
This commit is contained in:
parent
4792a92053
commit
cf1c30d7c7
@ -48,7 +48,16 @@ class QgsAttributeDialog : QDialog
|
||||
*/
|
||||
void setHighlight( QgsHighlight *h );
|
||||
|
||||
QDialog *dialog();
|
||||
/**
|
||||
* @brief Returns reference to self. Only here for legacy compliance
|
||||
*
|
||||
* @return this
|
||||
*
|
||||
* @deprecated Do not use. Just use this object itself. Or QgsAttributeForm if you want to embed.
|
||||
*/
|
||||
QDialog *dialog() /Deprecated/;
|
||||
|
||||
QgsAttributeForm *attributeForm();
|
||||
|
||||
const QgsFeature* feature();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user