MCPcopy Create free account
hub / github.com/LibrePCB/LibrePCB / fileManager

Method fileManager

libs/librepcb/editor/utils/standardeditorcommandhandler.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void StandardEditorCommandHandler::fileManager(
70 const FilePath& fp) const noexcept {
71 DesktopServices ds(mSettings);
72 ds.openLocalPath(fp);
73}
74
75void StandardEditorCommandHandler::shortcutsReference() const noexcept {
76 try {

Callers 2

triggerMethod · 0.80
triggerMethod · 0.80

Calls 1

openLocalPathMethod · 0.80

Tested by

no test coverage detected