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

Method currentTitle

src/plugins/core/gui/workspacewidget.cpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102QString WorkspaceWidget::currentTitle() const
103{
104 auto currentWidget = stackEditWorkspaceWidget->currentWidget();
105 return editWorkspaceWidgets.key(currentWidget);
106}

Callers 2

showRightspaceMethod · 0.80
showWorkspaceMethod · 0.80

Calls 2

currentWidgetMethod · 0.80
keyMethod · 0.45

Tested by

no test coverage detected