| 54 | } |
| 55 | |
| 56 | KJob* MesonOptionsView::repopulateFromMesonFile(KDevelop::IProject* project, KDevelop::Path mesonExe) |
| 57 | { |
| 58 | return repopulate(new MesonIntrospectJob(project, mesonExe, { MesonIntrospectJob::BUILDOPTIONS }, this)); |
| 59 | } |
| 60 | |
| 61 | KJob* MesonOptionsView::repopulate(MesonIntrospectJob* introJob) |
| 62 | { |