diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-04 21:57:49 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-04 23:16:55 +0200 |
| commit | 323146ee516476d76de5b56fdbc08747bf832825 (patch) | |
| tree | 5a0ce013fbe13008ec011d56e648c2f484d4f36d /src/wx/dkdm_dialog.h | |
| parent | b09d636b86252ad5beda782edc613fa3449cd7b0 (diff) | |
Revert "Remove timing selection from DKDM dialog." (#3017).
This reverts commit ce01ccc1aa871d299ad96683055c4e06a355efb9.
Turns out there are quite a few people and pieces of software who care
about this.
Diffstat (limited to 'src/wx/dkdm_dialog.h')
| -rw-r--r-- | src/wx/dkdm_dialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/dkdm_dialog.h b/src/wx/dkdm_dialog.h index fb3dbf903..4a47d961f 100644 --- a/src/wx/dkdm_dialog.h +++ b/src/wx/dkdm_dialog.h @@ -30,6 +30,7 @@ LIBDCP_ENABLE_WARNINGS class DKDMOutputPanel; class Film; class KDMCPLPanel; +class KDMTimingPanel; class RecipientsPanel; class ScreensPanel; struct CPLSummary; @@ -47,6 +48,7 @@ private: std::weak_ptr<const Film> _film; RecipientsPanel* _recipients; + KDMTimingPanel* _timing; KDMCPLPanel* _cpl; DKDMOutputPanel* _output; wxButton* _make; |
