| 531 | } |
| 532 | |
| 533 | void DocumentsInPathSet::setPath(const QString& path) |
| 534 | { |
| 535 | if (m_path == path) { |
| 536 | return; |
| 537 | } |
| 538 | |
| 539 | m_path = path; |
| 540 | reload(); |
| 541 | } |
| 542 | |
| 543 | bool DocumentsInPathSet::include(const IndexedString& path) const |
| 544 | { |
no outgoing calls
no test coverage detected