Skip to content

Commit

Permalink
Fix compilation error on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 30, 2017
1 parent 78685e1 commit 6ea616e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion python/gui/editorwidgets/core/qgseditorwidgetwrapper.sip
Expand Up @@ -176,7 +176,6 @@ class QgsEditorWidgetWrapper : QgsWidgetWrapper
*/
virtual void setValue( const QVariant& value ) = 0;

protected slots:
/**
* If you emit to this slot in your implementation, an appropriate change notification
* will be broadcasted. Helper for string type widgets.
Expand Down
2 changes: 0 additions & 2 deletions src/gui/editorwidgets/core/qgseditorwidgetwrapper.h
Expand Up @@ -201,8 +201,6 @@ class GUI_EXPORT QgsEditorWidgetWrapper : public QgsWidgetWrapper
*/
virtual void setValue( const QVariant &value ) = 0;

protected slots:

/**
* If you emit to this slot in your implementation, an appropriate change notification
* will be broadcasted. Helper for string type widgets.
Expand Down

0 comments on commit 6ea616e

Please sign in to comment.