Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix another clazy fully qualified moc type warning
  • Loading branch information
nyalldawson committed Feb 2, 2018
1 parent cb752b6 commit 7400b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgslayerstylingwidget.h
Expand Up @@ -118,7 +118,7 @@ class APP_EXPORT QgsLayerStylingWidget : public QWidget, private Ui::QgsLayerSty
* Sets the current visible page in the widget.
* \param page standard page to display
*/
void setCurrentPage( Page page );
void setCurrentPage( QgsLayerStylingWidget::Page page );

private slots:

Expand Down

0 comments on commit 7400b46

Please sign in to comment.