| 48 | } |
| 49 | |
| 50 | KJob* MesonOptionsView::repopulateFromBuildDir(KDevelop::IProject* project, const Meson::BuildDir& buildDir) |
| 51 | { |
| 52 | return repopulate(new MesonIntrospectJob(project, buildDir, { MesonIntrospectJob::BUILDOPTIONS }, |
| 53 | MesonIntrospectJob::BUILD_DIR, this)); |
| 54 | } |
| 55 | |
| 56 | KJob* MesonOptionsView::repopulateFromMesonFile(KDevelop::IProject* project, KDevelop::Path mesonExe) |
| 57 | { |