Add some comments.
authorCarl Hetherington <cth@carlh.net>
Mon, 15 Jan 2024 23:47:39 +0000 (00:47 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 16 Jan 2024 20:33:29 +0000 (21:33 +0100)
src/wx/file_dialog.h

index 022c3dbed1aa148017f60427dbf23e6f6588e2fb..ae55abf9730bdaec61052ecd1593412821e00a2c 100644 (file)
@@ -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,