From fc92ea8c60121fd33adbf7aef2b0596191fb92e6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 16 Jan 2024 00:47:39 +0100 Subject: [PATCH] Add some comments. --- src/wx/file_dialog.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wx/file_dialog.h b/src/wx/file_dialog.h index 022c3dbed..ae55abf97 100644 --- a/src/wx/file_dialog.h +++ b/src/wx/file_dialog.h @@ -31,6 +31,9 @@ LIBDCP_ENABLE_WARNINGS class FileDialog : public wxFileDialog { public: + /** @param initial_path_key key in config to use to store and read the initial path + * @param override_path if not-none, this is used as the initial path regardless of the initial_path_key + */ FileDialog( wxWindow* parent, wxString title, -- 2.30.2