| 142 | } |
| 143 | |
| 144 | void TestFile::parse(TopDUContext::Features features, int priority) |
| 145 | { |
| 146 | Q_D(TestFile); |
| 147 | |
| 148 | d->ready = false; |
| 149 | DUChain::self()->updateContextForUrl(d->url, features, this, priority); |
| 150 | } |
| 151 | |
| 152 | bool TestFile::parseAndWait(TopDUContext::Features features, int priority, int timeout) |
| 153 | { |
nothing calls this directly
no test coverage detected