| 50 | } |
| 51 | |
| 52 | QList<QUrl> DUContextContext::urls() const |
| 53 | { |
| 54 | Q_D(const DUContextContext); |
| 55 | |
| 56 | DUChainReadLocker lock; |
| 57 | if (auto context = d->m_item.context()) { |
| 58 | return { |
| 59 | context->url().toUrl() |
| 60 | }; |
| 61 | } |
| 62 | return {}; |
| 63 | } |
| 64 | |
| 65 | IndexedDUContext DUContextContext::context() const |
| 66 | { |