Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
sip: expose QgsEditorWidgetWrapper.initWidget to python
  • Loading branch information
m-kuhn committed Oct 16, 2013
1 parent 1271dbb commit 77dce0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/gui/editorwidgets/qgseditorwidgetwrapper.sip
Expand Up @@ -32,6 +32,8 @@ class QgsEditorWidgetWrapper : QObject
protected:
virtual QWidget* createWidget( QWidget* parent ) = 0 /Factory/;

virtual void initWidget( QWidget* editor );

signals:
void valueChanged( const QVariant& value );

Expand Down

0 comments on commit 77dce0f

Please sign in to comment.