From: Carl Hetherington Date: Mon, 15 Jan 2024 23:47:39 +0000 (+0100) Subject: Add some comments. X-Git-Tag: v2.16.72~14 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=fc92ea8c60121fd33adbf7aef2b0596191fb92e6 Add some comments. --- 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,