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

Method slotShowConfigWidget

src/plugins/codeporting/codeportingmanager.cpp:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void CodePortingManager::slotShowConfigWidget()
40{
41 if (cfgWidget) {
42 cfgWidget->setModal(true);
43 cfgWidget->show();
44 }
45}
46
47void CodePortingManager::slotPortingStart(const QString &project, const QString &srcCPU, const QString &destCPU)
48{

Callers

nothing calls this directly

Calls 1

showMethod · 0.45

Tested by

no test coverage detected