mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-09-12 10:19:55 +00:00
system source, some code improvements
This commit is contained in:
@ -76,7 +76,7 @@ void QCronScheduler::expired()
|
||||
}
|
||||
|
||||
|
||||
QList<int> QCronScheduler::parseField(const QString &_value, const int _min, const int _max) const
|
||||
QList<int> QCronScheduler::parseField(const QString &_value, const int _min, const int _max)
|
||||
{
|
||||
qCDebug(LOG_LIB) << "Parse field" << _value << "with corner values" << _min << _max;
|
||||
|
||||
|
Reference in New Issue
Block a user