MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / openLogFolder

Method openLogFolder

src/gui/SupportDialog.cpp:347–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347void SupportDialog::openLogFolder()
348{
349 QFileInfo fi(LogManager::instance().logFilePath());
350 QDesktopServices::openUrl(QUrl::fromLocalFile(fi.absolutePath()));
351}
352
353void SupportDialog::resetSettings()
354{

Callers

nothing calls this directly

Calls 1

logFilePathMethod · 0.45

Tested by

no test coverage detected