Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
QString WorkspaceWidget::currentTitle() const
103
{
104
auto currentWidget = stackEditWorkspaceWidget->currentWidget();
105
return editWorkspaceWidgets.key(currentWidget);
106
}
Callers
2
showRightspace
Method · 0.80
showWorkspace
Method · 0.80
Calls
2
currentWidget
Method · 0.80
key
Method · 0.45
Tested by
no test coverage detected