MCPcopy Create free account
hub / github.com/KDE/kdevelop / runStash

Method runStash

plugins/git/stashmanagerdialog.cpp:72–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void StashManagerDialog::runStash(const QStringList& arguments)
73{
74 VcsJob* job = m_plugin->gitStash(m_dir, arguments, OutputJob::Verbose);
75 connect(job, &VcsJob::result, this, &StashManagerDialog::accept);
76
77 setEnabled(false);
78
79 ICore::self()->runController()->registerJob(job);
80}
81
82void StashManagerDialog::showStash()
83{

Callers

nothing calls this directly

Calls 3

gitStashMethod · 0.80
registerJobMethod · 0.80
runControllerMethod · 0.80

Tested by

no test coverage detected