MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / handleForward

Method handleForward

src/plugins/codeeditor/gui/workspacewidget.cpp:835–839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

833}
834
835void WorkspaceWidgetPrivate::handleForward()
836{
837 if (auto tabWidget = currentTabWidget())
838 tabWidget->gotoNextPosition();
839}
840
841void WorkspaceWidgetPrivate::handleSetDebugLine(const QString &fileName, int line)
842{

Callers

nothing calls this directly

Calls 1

gotoNextPositionMethod · 0.80

Tested by

no test coverage detected