| 425 | } |
| 426 | |
| 427 | void 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 | |
| 436 | void openMNConfigfile() |
| 437 | { |
no test coverage detected