MCPcopy Create free account
hub / github.com/cutelyst/cutelyst / removeTouchReload

Method removeTouchReload

Cutelyst/Server/abstractfork.cpp:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void AbstractFork::removeTouchReload()
52{
53 delete m_touchReloadWatcher;
54 m_touchReloadWatcher = nullptr;
55
56 delete m_restartTimer;
57}
58
59void AbstractFork::fileChanged(const QString &path)
60{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected