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

Method selectNextDock

kdevplatform/sublime/mainwindow_p.cpp:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241void MainWindowPrivate::selectNextDock()
242{
243 idealController->goPrevNextDock(IdealController::NextDock);
244}
245
246void MainWindowPrivate::selectPreviousDock()
247{

Callers

nothing calls this directly

Calls 1

goPrevNextDockMethod · 0.80

Tested by

no test coverage detected