diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-16 23:50:38 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-19 22:07:00 +0200 |
| commit | ca96abfcfcbc718dcc6a3d4369e80dd0c59eccb7 (patch) | |
| tree | 4b2df537050aa558a8765458b43326d4f366080d /src/wx/verify_dcp_result_panel.h | |
| parent | c47eefbd3eb65215852fa534ff7c16db914c35e5 (diff) | |
Allow saving of verification reports as PDF (#1823).
Diffstat (limited to 'src/wx/verify_dcp_result_panel.h')
| -rw-r--r-- | src/wx/verify_dcp_result_panel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/verify_dcp_result_panel.h b/src/wx/verify_dcp_result_panel.h index fe75bfe35..ff4f29a1a 100644 --- a/src/wx/verify_dcp_result_panel.h +++ b/src/wx/verify_dcp_result_panel.h @@ -41,11 +41,13 @@ private: std::map<dcp::VerificationNote::Type, int> add(std::shared_ptr<const VerifyDCPJob> job, bool many); void save_text_report(); void save_html_report(); + void save_pdf_report(); wxStaticText* _summary; std::map<dcp::VerificationNote::Type, wxTreeCtrl*> _pages; Button* _save_text_report; Button* _save_html_report; + Button* _save_pdf_report; std::vector<std::shared_ptr<const VerifyDCPJob>> _jobs; |
