Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
241
void MainWindowPrivate::selectNextDock()
242
{
243
idealController->goPrevNextDock(IdealController::NextDock);
244
}
245
246
void MainWindowPrivate::selectPreviousDock()
247
{
Callers
nothing calls this directly
Calls
1
goPrevNextDock
Method · 0.80
Tested by
no test coverage detected