system source, some code improvements

This commit is contained in:
2019-12-14 23:54:15 +03:00
parent c05a87a540
commit 276248a748
133 changed files with 748 additions and 526 deletions

View File

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