From 7400b465ba6fbf50d7e25997ec59d8d3d3dbd896 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Fri, 2 Feb 2018 12:19:59 +1000 Subject: [PATCH] Fix another clazy fully qualified moc type warning --- src/app/qgslayerstylingwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/qgslayerstylingwidget.h b/src/app/qgslayerstylingwidget.h index 9c555edb9a3..eb6bf081090 100644 --- a/src/app/qgslayerstylingwidget.h +++ b/src/app/qgslayerstylingwidget.h @@ -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: