Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/calendar-service/src/csystemdtimercontrol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,11 @@
content += "[Install]\n";
content += "WantedBy=timers.target\n";

qCDebug(ServiceLogger) << "Creating periodic timer file:" << fileName << "with interval:" << intervalMinutes << "minutes";
createFile(fileName, content);
} content += "[Install]\n";
content += "WantedBy=timers.target\n";

qCDebug(ServiceLogger) << "Creating periodic timer file:" << fileName << "with interval:" << intervalMinutes << "minutes";
createFile(fileName, content);
}

Check warning on line 384 in src/calendar-service/src/csystemdtimercontrol.cpp

View workflow job for this annotation

GitHub Actions / cppcheck

Unmatched '}'. Configuration: ''.

Check warning on line 384 in src/calendar-service/src/csystemdtimercontrol.cpp

View workflow job for this annotation

GitHub Actions / static-check / static-check

Unmatched '}'. Configuration: ''.
Loading