mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-08-12 19:59:56 +00:00
refactor: fix some minor clang-tidy warnings
This commit is contained in:
@ -155,7 +155,7 @@ void GraphicalItemHelper::paintVertical(const float _percent)
|
||||
}
|
||||
|
||||
|
||||
float GraphicalItemHelper::getPercents(const float _value, const float _min, const float _max)
|
||||
double GraphicalItemHelper::getPercents(const double _value, const double _min, const double _max)
|
||||
{
|
||||
qCDebug(LOG_LIB) << "Get percent value from" << _value;
|
||||
// newest Qt crashes here if value is nan
|
||||
|
Reference in New Issue
Block a user