| 274 | } |
| 275 | |
| 276 | void GitPlugin::ctxPopStash() |
| 277 | { |
| 278 | VcsJob* job = gitStash(urlDir(m_urls), QStringList(QStringLiteral("pop")), KDevelop::OutputJob::Verbose); |
| 279 | ICore::self()->runController()->registerJob(job); |
| 280 | } |
| 281 | |
| 282 | void GitPlugin::ctxStashManager() |
| 283 | { |
nothing calls this directly
no test coverage detected