| 550 | } |
| 551 | |
| 552 | DocumentsInCurrentPathSet::DocumentsInCurrentPathSet(const IndexedString& document, QObject* parent) |
| 553 | : DocumentsInPathSet(QFileInfo(document.str()).path(), parent) |
| 554 | { |
| 555 | } |
| 556 | |
| 557 | ProblemScope DocumentsInCurrentPathSet::scope() const |
| 558 | { |