MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / openDebugLogfile

Function openDebugLogfile

src/qt/guiutil.cpp:360–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360void openDebugLogfile()
361{
362 fs::path pathDebug = GetDataDir() / "debug.log";
363
364 /* Open debug.log with the associated application */
365 if (fs::exists(pathDebug))
366 QDesktopServices::openUrl(QUrl::fromLocalFile(boostPathToQString(pathDebug)));
367}
368
369bool openBitcoinConf()
370{

Callers 1

Calls 1

boostPathToQStringFunction · 0.85

Tested by

no test coverage detected