mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-26 12:09:56 +00:00
refactor: review delete and new operators
This commit is contained in:
@ -39,12 +39,14 @@ public:
|
||||
int maxValue = -1;
|
||||
int div = 1;
|
||||
void fromRange(const QString &_range, int _min, int _max);
|
||||
QList<int> toList() const;
|
||||
[[nodiscard]] QList<int> toList() const;
|
||||
};
|
||||
|
||||
explicit QCronScheduler(QObject *_parent = nullptr);
|
||||
~QCronScheduler() override;
|
||||
void parse(const QString &_timer);
|
||||
void start();
|
||||
void stop();
|
||||
|
||||
signals:
|
||||
void activated();
|
||||
|
Reference in New Issue
Block a user