MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / openLogFile

Method openLogFile

ui-linux/src/backend.cpp:684–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

682}
683
684void Backend::openLogFile()
685{
686 QString logPath = crConfigDir() + "/cloud_redirect.log";
687 if (QFile::exists(logPath)) {
688 QDesktopServices::openUrl(QUrl::fromLocalFile(logPath));
689 }
690}
691
692void Backend::openConfigFolder()
693{

Callers

nothing calls this directly

Calls 1

crConfigDirFunction · 0.85

Tested by

no test coverage detected