diff --git a/custom_widgets/yacreader_busy_widget.cpp b/custom_widgets/yacreader_busy_widget.cpp index 3ec075a5..9904de7c 100644 --- a/custom_widgets/yacreader_busy_widget.cpp +++ b/custom_widgets/yacreader_busy_widget.cpp @@ -57,7 +57,7 @@ void BusyIndicator::setColor(QColor color) fillColor = color; } -const BusyIndicator::IndicatorStyle BusyIndicator::indicatorStyle() const +BusyIndicator::IndicatorStyle BusyIndicator::indicatorStyle() const { return m_style; }