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

Method ctxRebase

plugins/git/gitplugin.cpp:263–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263void GitPlugin::ctxRebase()
264{
265 auto* dialog = new RebaseDialog(this, m_urls.first(), nullptr);
266 dialog->setAttribute(Qt::WA_DeleteOnClose);
267 dialog->open();
268}
269
270void GitPlugin::ctxPushStash()
271{

Callers

nothing calls this directly

Calls 3

setAttributeMethod · 0.80
firstMethod · 0.45
openMethod · 0.45

Tested by

no test coverage detected