MCPcopy Create free account
hub / github.com/ckaiser/Lightscreen / location

Method location

dialogs/historydialog.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void HistoryDialog::location()
115{
116 QDesktopServices::openUrl("file:///" + QFileInfo(mContextIndex.data().toString()).absolutePath());
117}
118
119void HistoryDialog::removeHistoryEntry()
120{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected