Skip to content

Commit

Permalink
sip bindings: QgsAttributeDialog inherits from QDialog - Sponsored by…
Browse files Browse the repository at this point in the history
… QGIS HF

Essen 2014 and everybody who helped to organize and finance this event

Fixes a strange bug that prevented child widgets to be enabled when they originally have not been enabled.
  • Loading branch information
m-kuhn committed Oct 4, 2014
1 parent 2d433ea commit a3dad24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/gui/qgsattributedialog.sip
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class QgsAttributeDialog : QObject
class QgsAttributeDialog : QDialog
{
%TypeHeaderCode
#include <qgsattributedialog.h>
Expand Down

0 comments on commit a3dad24

Please sign in to comment.