diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-02-11 13:08:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-02-11 22:55:26 +0100 |
| commit | cbeedf8849de63c7601d6c5a194cb60ed583c7a0 (patch) | |
| tree | 40c515ed2f3f4e5f545d947888524b35c048acf5 | |
| parent | 821b2abc0fe575390afa02faf45db164a22ad9bc (diff) | |
Add comment about AudioDialog.
| -rw-r--r-- | src/wx/audio_dialog.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wx/audio_dialog.h b/src/wx/audio_dialog.h index f144fb485..8c2001c17 100644 --- a/src/wx/audio_dialog.h +++ b/src/wx/audio_dialog.h @@ -36,6 +36,11 @@ class FilmViewer; class Film; +/** @class AudioDialog + * @brief Dialog to display audio analysis. + * + * This can be used for the whole DCP, or a specific piece of content if one is passed into the constructor. + */ class AudioDialog : public wxDialog { public: |
