| 49 | } |
| 50 | |
| 51 | void AbstractFork::removeTouchReload() |
| 52 | { |
| 53 | delete m_touchReloadWatcher; |
| 54 | m_touchReloadWatcher = nullptr; |
| 55 | |
| 56 | delete m_restartTimer; |
| 57 | } |
| 58 | |
| 59 | void AbstractFork::fileChanged(const QString &path) |
| 60 | { |
nothing calls this directly
no outgoing calls
no test coverage detected