Skip to content

Commit

Permalink
Add missing sip binding
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 6, 2016
1 parent c5b8060 commit a625eeb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/gui/effects/qgseffectstackpropertieswidget.sip
Expand Up @@ -207,4 +207,10 @@ class QgsEffectStackCompactWidget : QWidget
*/
void changed();

/** Emitted when a panel is shown in the widget.
* @param widget widget panel which was shown
* @note added in QGIS 2.16
*/
void showPanel( QgsRendererWidgetContainer* widget );

};

0 comments on commit a625eeb

Please sign in to comment.