From c10cfc01e9a01a7a9d07e84e5b7f38093dadbd28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gannaz?= Date: Mon, 1 Apr 2019 09:31:32 +0200 Subject: [PATCH] type qualifiers are ignored on function return type --- custom_widgets/yacreader_busy_widget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_widgets/yacreader_busy_widget.h b/custom_widgets/yacreader_busy_widget.h index ab4bf9ff..93fa099b 100644 --- a/custom_widgets/yacreader_busy_widget.h +++ b/custom_widgets/yacreader_busy_widget.h @@ -26,7 +26,7 @@ public: void setIndicatorStyle(IndicatorStyle); void setColor(QColor color); - const IndicatorStyle indicatorStyle() const; + IndicatorStyle indicatorStyle() const; signals: