| 68 | } |
| 69 | |
| 70 | KDevQmlJsPlugin::~KDevQmlJsPlugin() |
| 71 | { |
| 72 | parseLock()->lockForWrite(); |
| 73 | // By locking the parse-mutexes, we make sure that parse jobs get a chance to finish in a good state |
| 74 | parseLock()->unlock(); |
| 75 | |
| 76 | QmlJS::unregisterDUChainItems(); |
| 77 | } |
| 78 | |
| 79 | ParseJob* KDevQmlJsPlugin::createParseJob(const IndexedString& url) |
| 80 | { |
nothing calls this directly
no test coverage detected