Skip to content

Commit

Permalink
update QgsAttributeDialog sip bindings (fixes #12248)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 24, 2015
1 parent 478eb59 commit ad99829
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion python/gui/qgsattributedialog.sip
Expand Up @@ -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();

Expand Down

0 comments on commit ad99829

Please sign in to comment.