refactor: review delete and new operators

This commit is contained in:
2024-04-17 17:43:33 +03:00
parent 397b523180
commit 95d5bb99c0
46 changed files with 175 additions and 311 deletions

View File

@ -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();