diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-03-21 22:07:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-03-22 10:29:00 +0100 |
| commit | 2bb0b230a557c18febab8f88043f197868d986db (patch) | |
| tree | 22fad733a9bf096157c4b6ee25802e072a624359 /src/wx/smpte_metadata_dialog.h | |
| parent | 6d53c07bb08e4437eaeec30e0469ad992b3d5372 (diff) | |
Split SMPTE metadata dialogue into two tabs (#1933).
Diffstat (limited to 'src/wx/smpte_metadata_dialog.h')
| -rw-r--r-- | src/wx/smpte_metadata_dialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/smpte_metadata_dialog.h b/src/wx/smpte_metadata_dialog.h index 558023b0f..dcca0e420 100644 --- a/src/wx/smpte_metadata_dialog.h +++ b/src/wx/smpte_metadata_dialog.h @@ -41,6 +41,8 @@ public: SMPTEMetadataDialog (wxWindow* parent, std::weak_ptr<Film> film); private: + wxPanel* main_panel (wxWindow* parent); + wxPanel* advanced_panel (wxWindow* parent); std::vector<dcp::Rating> ratings () const; void set_ratings (std::vector<dcp::Rating> r); std::vector<std::string> content_versions () const; |
