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

Method WorkspaceWidget

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

Source from the content-addressed store, hash-verified

1010}
1011
1012WorkspaceWidget::WorkspaceWidget(QWidget *parent)
1013 : QWidget(parent),
1014 d(new WorkspaceWidgetPrivate(this))
1015{
1016 d->initActions();
1017 d->initUI();
1018 d->initConnection();
1019}
1020
1021QString WorkspaceWidget::currentFile() const
1022{

Callers

nothing calls this directly

Calls 3

initActionsMethod · 0.45
initUIMethod · 0.45
initConnectionMethod · 0.45

Tested by

no test coverage detected