mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
type qualifiers are ignored on function return type
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user