Skip to content

Commit

Permalink
Fix sip compile problems
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 6, 2014
1 parent f816bce commit 753eb28
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/gui/qgsfieldcombobox.sip
Expand Up @@ -24,8 +24,6 @@ class QgsFieldComboBox : QComboBox

//! Returns the currently used layer
QgsVectorLayer* layer();

void changeEvent( QEvent* event );

signals:
//! the signal is emitted when the currently selected field changes
Expand Down
1 change: 1 addition & 0 deletions python/gui/qgsfieldexpressionwidget.sip
Expand Up @@ -27,6 +27,7 @@ class QgsFieldExpressionWidget : QWidget
//! Returns the currently used layer
QgsVectorLayer* layer();

protected:
void changeEvent( QEvent* event );

signals:
Expand Down
1 change: 1 addition & 0 deletions src/gui/qgsfieldexpressionwidget.h
Expand Up @@ -54,6 +54,7 @@ class GUI_EXPORT QgsFieldExpressionWidget : public QWidget
//! Returns the currently used layer
QgsVectorLayer* layer();

protected:
void changeEvent( QEvent* event );

signals:
Expand Down

0 comments on commit 753eb28

Please sign in to comment.