Fix compilation error on Travis

This commit is contained in:
Nyall Dawson 2017-03-30 11:38:16 +10:00
parent 78685e1a49
commit 6ea616ef4b
2 changed files with 0 additions and 3 deletions

View File

@ -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.

View File

@ -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.