mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-19 16:49:57 +00:00
add configuration for cron
This commit is contained in:
@ -36,8 +36,8 @@ public:
|
||||
QList<int> weekdays;
|
||||
} QCronRunSchedule;
|
||||
typedef struct {
|
||||
int min = -1;
|
||||
int max = -1;
|
||||
int minValue = -1;
|
||||
int maxValue = -1;
|
||||
int div = 1;
|
||||
void fromRange(const QString &range, const int min, const int max);
|
||||
QList<int> toList();
|
||||
|
Reference in New Issue
Block a user