MCPcopy Create free account
hub / github.com/cxasm/notepad-- / slot_showFileInExplorer

Method slot_showFileInExplorer

src/cceditor/ccnotepad.cpp:2484–2494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2482}
2483
2484void CCNotePad::slot_showFileInExplorer()
2485{
2486 QString path;
2487 QWidget* pw = ui.editTabWidget->currentWidget();
2488 if (pw != nullptr)
2489 {
2490 path = pw->property(Edit_View_FilePath).toString();
2491 }
2492
2493 showFileInExplorer(path);
2494}
2495
2496//打开cmd窗口
2497

Callers

nothing calls this directly

Calls 1

showFileInExplorerFunction · 0.85

Tested by

no test coverage detected