summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/audio_dialog.h5
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: