mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Fix compilation error on Travis
This commit is contained in:
parent
78685e1a49
commit
6ea616ef4b
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user