mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-27 04:29:56 +00:00
fix some found warning
This commit is contained in:
@ -135,7 +135,7 @@ QList<int> QCronScheduler::QCronField::toList()
|
||||
{
|
||||
// error checking
|
||||
if ((minValue == -1) || (maxValue == -1))
|
||||
return QList<int>();
|
||||
return {};
|
||||
|
||||
QList<int> output;
|
||||
for (auto &i = minValue; i <= maxValue; ++i) {
|
||||
|
Reference in New Issue
Block a user