update QgsAttributeDialog sip bindings (fixes #12248)

This commit is contained in:
Juergen E. Fischer 2015-02-24 20:20:03 +01:00
parent 4792a92053
commit cf1c30d7c7

View File

@ -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();