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

Method selection

plugins/git/stashmanagerdialog.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65QString StashManagerDialog::selection() const
66{
67 QModelIndex idx = m_ui->stashView->currentIndex();
68 Q_ASSERT(idx.isValid());
69 return idx.data(StashModel::RefRole).toString();
70}
71
72void StashManagerDialog::runStash(const QStringList& arguments)
73{

Callers 12

slotLinkActivatedMethod · 0.45
beautifySourceMethod · 0.45
modelChangedMethod · 0.45
textSelectionMethod · 0.45
deleteBranchMethod · 0.45
removeItemsMethod · 0.45
moveDownMethod · 0.45
moveToBottomMethod · 0.45
moveUpMethod · 0.45
moveToTopMethod · 0.45
ExternalScriptJobMethod · 0.45
contextMenuExtensionMethod · 0.45

Calls 4

currentIndexMethod · 0.45
isValidMethod · 0.45
toStringMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected