| 8098 | } |
| 8099 | |
| 8100 | void CCNotePad::addWatchFilePath(QString filePath) |
| 8101 | { |
| 8102 | getRegularFilePath(filePath); |
| 8103 | m_fileWatch->addPath(filePath); |
| 8104 | } |
| 8105 | |
| 8106 | void CCNotePad::removeWatchFilePath(QString filePath) |
| 8107 | { |
nothing calls this directly
no test coverage detected