| 29 | } |
| 30 | |
| 31 | IndexedString parentCMakeFile(const IndexedString& doc) |
| 32 | { |
| 33 | return IndexedString(QUrl(KIO::upUrl(doc.toUrl().adjusted(QUrl::RemoveFilename)).toString()+QLatin1String("CMakeLists.txt"))); |
| 34 | } |
| 35 | |
| 36 | void CMakeParseJob::run(ThreadWeaver::JobPointer /*self*/, ThreadWeaver::Thread* /*thread*/) |
| 37 | { |
no test coverage detected