diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-04-26 11:53:40 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-26 11:53:40 +0200 |
| commit | 74e944d9ba137386efff089f9906e64d255836c9 (patch) | |
| tree | e4b15b1d1164c069b6df036f4f4c0316c665a7e1 /src/lib/variant.h | |
| parent | 17ef19940f152ceeb2e1ad696dd5e7ac5917d8cd (diff) | |
Allow customisation of error report email address.
Diffstat (limited to 'src/lib/variant.h')
| -rw-r--r-- | src/lib/variant.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/variant.h b/src/lib/variant.h index f0482ca01..9bcbb234e 100644 --- a/src/lib/variant.h +++ b/src/lib/variant.h @@ -44,6 +44,8 @@ std::string dcpomatic_app(); std::string dcpomatic_batch_converter_app(); std::string dcpomatic_player_app(); +std::string report_problem_email(); + bool show_splash(); bool show_tagline(); bool show_dcpomatic_website(); |
