MCPcopy Create free account
hub / github.com/MediaArea/MediaInfo / footerButtonClicked

Method footerButtonClicked

Source/GUI/Qt/mainwindow.cpp:1466–1473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1464}
1465
1466void 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}

Callers

nothing calls this directly

Calls 3

Inform_GetMethod · 0.45

Tested by

no test coverage detected