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

Method selectNextItem

kdevplatform/shell/mainwindow_actions.cpp:81–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void MainWindowPrivate::selectNextItem()
82{
83 auto actionListener = qobject_cast<IToolViewActionListener*>(
84 Core::self()->uiControllerInternal()->activeToolViewActionListener());
85 if (actionListener) {
86 actionListener->selectNextItem();
87 }
88}
89
90void MainWindowPrivate::settingsDialog()
91{

Callers

nothing calls this directly

Calls 2

uiControllerInternalMethod · 0.80

Tested by

no test coverage detected