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

Function openConfigfile

src/qt/guiutil.cpp:427–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427void openConfigfile()
428{
429 boost::filesystem::path pathConfig = GetConfigFile();
430
431 /* Open lux.conf with the associated application */
432 if (boost::filesystem::exists(pathConfig))
433 QDesktopServices::openUrl(QUrl::fromLocalFile(boostPathToQString(pathConfig)));
434}
435
436void openMNConfigfile()
437{

Callers 1

showConfEditorMethod · 0.85

Calls 2

GetConfigFileFunction · 0.85
boostPathToQStringFunction · 0.85

Tested by

no test coverage detected