mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-16 15:19:58 +00:00
system source, some code improvements
This commit is contained in:
@ -44,7 +44,7 @@ public:
|
||||
} QCronField;
|
||||
|
||||
explicit QCronScheduler(QObject *_parent = nullptr);
|
||||
virtual ~QCronScheduler();
|
||||
~QCronScheduler() override;
|
||||
void parse(const QString &_timer);
|
||||
|
||||
signals:
|
||||
@ -56,7 +56,7 @@ private slots:
|
||||
private:
|
||||
QCronRunSchedule m_schedule;
|
||||
QTimer *m_timer = nullptr;
|
||||
QList<int> parseField(const QString &_value, const int _min, const int _max) const;
|
||||
static QList<int> parseField(const QString &_value, const int _min, const int _max);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user