Fix another clazy fully qualified moc type warning

This commit is contained in:
Nyall Dawson 2018-02-02 12:19:59 +10:00
parent cb752b6043
commit 7400b465ba

View File

@ -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: