mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
type qualifiers are ignored on function return type
This commit is contained in:
parent
b2f44a939e
commit
4ac3407106
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user