! * \brief Keeps track of when the process has been started. */
| 330 | * \brief Keeps track of when the process has been started. |
| 331 | */ |
| 332 | void SyncthingProcess::handleStarted() |
| 333 | { |
| 334 | m_activeSince = DateTime::gmtNow(); |
| 335 | } |
| 336 | |
| 337 | /*! |
| 338 | * \brief Resets the state after the process has finished; restart it again if requested. |
nothing calls this directly
no outgoing calls
no test coverage detected