diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-02 00:41:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-02 00:41:00 +0100 |
| commit | be1440be284f244b4b9ac74b8bff5847c6237d07 (patch) | |
| tree | 1845c414de987071cdafa35ff61299e58dc0145a /src/wx/kdm_config_dialog.h | |
| parent | f1c4d11e07f143888fdf82aa533712b675741303 (diff) | |
Use a customised config dialog for the KDM creator.
Diffstat (limited to 'src/wx/kdm_config_dialog.h')
| -rw-r--r-- | src/wx/kdm_config_dialog.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/wx/kdm_config_dialog.h b/src/wx/kdm_config_dialog.h new file mode 100644 index 000000000..a55f2e64e --- /dev/null +++ b/src/wx/kdm_config_dialog.h @@ -0,0 +1,27 @@ +/* + Copyright (C) 2025 Carl Hetherington <cth@carlh.net> + + This file is part of DCP-o-matic. + + DCP-o-matic is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + DCP-o-matic is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with DCP-o-matic. If not, see <http://www.gnu.org/licenses/>. + +*/ + +/** @file src/kdm_config_dialog.h + * @brief A dialogue to edit DCP-o-matic KDM creator configuration. + */ + +class wxPreferencesEditor; + +wxPreferencesEditor* create_kdm_config_dialog(); |
