MCPcopy Create free account
hub / github.com/cxasm/notepad-- / addWatchFilePath

Method addWatchFilePath

src/cceditor/ccnotepad.cpp:8100–8104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8098}
8099
8100void CCNotePad::addWatchFilePath(QString filePath)
8101{
8102 getRegularFilePath(filePath);
8103 m_fileWatch->addPath(filePath);
8104}
8105
8106void CCNotePad::removeWatchFilePath(QString filePath)
8107{

Callers

nothing calls this directly

Calls 1

getRegularFilePathFunction · 0.85

Tested by

no test coverage detected