| 282 | } |
| 283 | |
| 284 | bool isQmlFile(const DUContext* context) |
| 285 | { |
| 286 | DUChainReadLocker lock; |
| 287 | return ParseSession::guessLanguageFromSuffix(context->topContext()->url().str()) == Dialect::Qml; |
| 288 | } |
| 289 | |
| 290 | void registerDUChainItems() |
| 291 | { |
no test coverage detected