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

Method handleRenameSymbol

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

Source from the content-addressed store, hash-verified

917}
918
919void WorkspaceWidgetPrivate::handleRenameSymbol()
920{
921 auto tabWidget = currentTabWidget();
922 if (!tabWidget)
923 return;
924
925 tabWidget->renameSymbol();
926}
927
928void WorkspaceWidgetPrivate::handleSetModifiedAutoReload(const QString &fileName, bool flag)
929{

Callers

nothing calls this directly

Calls 1

renameSymbolMethod · 0.45

Tested by

no test coverage detected