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

Method ctxStashManager

plugins/git/gitplugin.cpp:282–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282void GitPlugin::ctxStashManager()
283{
284 QPointer<StashManagerDialog> d = new StashManagerDialog(urlDir(m_urls), this, nullptr);
285 d->exec();
286
287 delete d;
288}
289
290QString GitPlugin::name() const
291{

Callers

nothing calls this directly

Calls 2

execMethod · 0.80
urlDirFunction · 0.70

Tested by

no test coverage detected