summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-01-16 00:47:39 +0100
committerCarl Hetherington <cth@carlh.net>2024-01-16 21:33:29 +0100
commitfc92ea8c60121fd33adbf7aef2b0596191fb92e6 (patch)
treee3457c972015ce6ba84e7b779d8e46e7fedb9497 /src
parentd464a939f9f851e835b2a4926fafd6eadaa183de (diff)
Add some comments.
Diffstat (limited to 'src')
-rw-r--r--src/wx/file_dialog.h3
1 files changed, 3 insertions, 0 deletions
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,