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

Function openMNConfigfile

src/qt/guiutil.cpp:436–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436void openMNConfigfile()
437{
438 boost::filesystem::path pathConfig = GetMasternodeConfigFile();
439
440 /* Open masternode.conf with the associated application */
441 if (boost::filesystem::exists(pathConfig))
442 QDesktopServices::openUrl(QUrl::fromLocalFile(boostPathToQString(pathConfig)));
443}
444
445void showBackups()
446{

Callers 1

showMNConfEditorMethod · 0.85

Calls 2

GetMasternodeConfigFileFunction · 0.85
boostPathToQStringFunction · 0.85

Tested by

no test coverage detected