mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-08-11 03:09:55 +00:00
refactor: fix some minor clang-tidy warnings
This commit is contained in:
@ -40,12 +40,12 @@ public:
|
||||
void paintHorizontal(float _percent);
|
||||
void paintVertical(float _percent);
|
||||
// additional conversion methods
|
||||
static float getPercents(float _value, float _min, float _max);
|
||||
static double getPercents(double _value, double _min, double _max);
|
||||
static bool isColor(const QString &_input);
|
||||
static QColor stringToColor(const QString &_color);
|
||||
|
||||
private:
|
||||
static QBrush parseBrush(const QString &_input, const int _width, const int _height, const QColor &_default);
|
||||
static QBrush parseBrush(const QString &_input, int _width, int _height, const QColor &_default);
|
||||
void storeValue(float _value);
|
||||
QGraphicsScene *m_scene = nullptr;
|
||||
int m_count = 100;
|
||||
|
Reference in New Issue
Block a user