| 228 | } |
| 229 | |
| 230 | WatchedDocumentSet::DocumentSet WatchedDocumentSet::imports() const |
| 231 | { |
| 232 | Q_D(const WatchedDocumentSet); |
| 233 | |
| 234 | return d->imports(); |
| 235 | } |
| 236 | |
| 237 | CurrentDocumentSet::CurrentDocumentSet(const IndexedString& document, QObject* parent) |
| 238 | : WatchedDocumentSet(parent) |