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

Method stashesFound

plugins/git/stashmanagerdialog.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void StashManagerDialog::stashesFound()
59{
60 QModelIndex firstIdx=m_ui->stashView->model()->index(0, 0);
61 m_ui->stashView->setCurrentIndex(firstIdx);
62 setEnabled(true);
63}
64
65QString StashManagerDialog::selection() const
66{

Callers

nothing calls this directly

Calls 3

setCurrentIndexMethod · 0.80
indexMethod · 0.45
modelMethod · 0.45

Tested by

no test coverage detected