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

Method handleCloseFile

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

Source from the content-addressed store, hash-verified

797}
798
799void WorkspaceWidgetPrivate::handleCloseFile(const QString &fileName)
800{
801 if (auto tabWidget = currentTabWidget())
802 tabWidget->closeFileEditor(fileName);
803}
804
805void WorkspaceWidgetPrivate::handleAddBreakpoint(const QString &fileName, int line, bool enabled)
806{

Callers

nothing calls this directly

Calls 1

closeFileEditorMethod · 0.80

Tested by

no test coverage detected