| 41 | } |
| 42 | |
| 43 | void KDevProjectOpen::openProject(const QUrl& path) |
| 44 | { |
| 45 | const TestProjectPaths paths = projectPaths(path.toLocalFile()); |
| 46 | defaultConfigure(paths); |
| 47 | |
| 48 | m_toOpen++; |
| 49 | ICore::self()->projectController()->openProject(paths.projectFile.toUrl()); |
| 50 | } |
| 51 | |
| 52 | void KDevProjectOpen::projectDone(IProject* ) |
| 53 | { |
no test coverage detected