| 1464 | } |
| 1465 | |
| 1466 | void MainWindow::footerButtonClicked() |
| 1467 | { |
| 1468 | const Ztring Inform_Save = C->Menu_Option_Preferences_Option(__T("Inform_Get"), __T("")); |
| 1469 | C->Menu_Option_Preferences_Inform(__T("Conformance_JSON")); |
| 1470 | const QString URL = wstring2QString(C->Inform_Get()); |
| 1471 | C->Menu_Option_Preferences_Inform(Inform_Save); |
| 1472 | QDesktopServices::openUrl(QUrl(URL)); |
| 1473 | } |
nothing calls this directly
no test coverage detected