diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-29 09:57:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-29 09:57:58 +0100 |
| commit | 736b3a068ba5a402b541d32f270669e6e1a4e5c4 (patch) | |
| tree | 2185f71bde7283683161bd3a557f13b7a610e967 /src/wx/kdm_dialog.h | |
| parent | 71be005818ddaa59cdcca2fa5fb3210d8ea7ae4f (diff) | |
Allow configuration of KDM filename format.
Diffstat (limited to 'src/wx/kdm_dialog.h')
| -rw-r--r-- | src/wx/kdm_dialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h index e0111b6c5..7d64fea77 100644 --- a/src/wx/kdm_dialog.h +++ b/src/wx/kdm_dialog.h @@ -19,6 +19,7 @@ */ #include "wx_util.h" +#include "lib/kdm_name_format.h" #include <dcp/types.h> #include <wx/wx.h> #include <boost/shared_ptr.hpp> @@ -50,6 +51,9 @@ public: boost::filesystem::path directory () const; bool write_to () const; dcp::Formulation formulation () const; + KDMNameFormat name_format () const; + + int ShowModal (); private: void setup_sensitivity (); |
