| 544 | } |
| 545 | |
| 546 | File FileChangeListener::getWatchedFile(int index) const |
| 547 | { |
| 548 | if (index < watchers.size()) |
| 549 | { |
| 550 | return watchers[index]->getFile(); |
| 551 | |
| 552 | } |
| 553 | else return File(); |
| 554 | } |
| 555 | |
| 556 | bool FileChangeListener::isEmbeddedSnippetFile(int index) const |
| 557 | { |
no test coverage detected