From 4ac34071066e9318d359a26f987a653c53c8cf5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gannaz?= Date: Mon, 1 Apr 2019 10:17:33 +0200 Subject: [PATCH] type qualifiers are ignored on function return type --- custom_widgets/yacreader_busy_widget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }