mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-20 00:59:57 +00:00
clang-tidy warning fixes
This commit is contained in:
@ -39,7 +39,7 @@ public:
|
||||
int minValue = -1;
|
||||
int maxValue = -1;
|
||||
int div = 1;
|
||||
void fromRange(const QString &_range, const int _min, const int _max);
|
||||
void fromRange(const QString &_range, int _min, int _max);
|
||||
QList<int> toList();
|
||||
} QCronField;
|
||||
|
||||
@ -56,7 +56,7 @@ private slots:
|
||||
private:
|
||||
QCronRunSchedule m_schedule;
|
||||
QTimer *m_timer = nullptr;
|
||||
static QList<int> parseField(const QString &_value, const int _min, const int _max);
|
||||
static QList<int> parseField(const QString &_value, int _min, int _max);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user