Skip to content
Permalink
Browse files
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.
@@ -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:

0 comments on commit 7400b46

Please sign in to comment.