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

Method renameBranch

kdevplatform/vcs/dvcs/ui/branchmanager.cpp:153–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void BranchManager::renameBranch()
154{
155 QModelIndex currentIndex = m_ui->branchView->currentIndex();
156 if (!currentIndex.isValid())
157 return;
158
159 m_ui->branchView->edit(currentIndex);
160}
161
162void BranchManager::checkoutBranch()
163{

Callers 1

setDataMethod · 0.45

Calls 3

currentIndexMethod · 0.45
isValidMethod · 0.45
editMethod · 0.45

Tested by

no test coverage detected