| 434 | } |
| 435 | |
| 436 | void 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 | |
| 445 | void showBackups() |
| 446 | { |
no test coverage detected