MCPcopy Create free account
hub / github.com/LUX-Core/lux / openDebugLogfile

Function openDebugLogfile

src/qt/guiutil.cpp:418–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418void openDebugLogfile()
419{
420 boost::filesystem::path pathDebug = GetDataDir() / "debug.log";
421
422 /* Open debug.log with the associated application */
423 if (boost::filesystem::exists(pathDebug))
424 QDesktopServices::openUrl(QUrl::fromLocalFile(boostPathToQString(pathDebug)));
425}
426
427void openConfigfile()
428{

Callers 1

Calls 1

boostPathToQStringFunction · 0.85

Tested by

no test coverage detected