diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-14 23:23:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-15 10:57:06 +0100 |
| commit | c0d3ccb11d1bc31767a431c72f99e4a84c26b194 (patch) | |
| tree | a67617ccd7c8091c39be10c960409357620260a3 /src/wx/download_certificate_panel.h | |
| parent | 10b6c135f34b9d5168142d0a8c3e06f4d91dae4b (diff) | |
Move some stuff into DownloadCertificatePanel; add name().
Diffstat (limited to 'src/wx/download_certificate_panel.h')
| -rw-r--r-- | src/wx/download_certificate_panel.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/download_certificate_panel.h b/src/wx/download_certificate_panel.h index 6308e49b7..258d5ab25 100644 --- a/src/wx/download_certificate_panel.h +++ b/src/wx/download_certificate_panel.h @@ -35,8 +35,10 @@ public: /* Do any setup that may take a noticeable amount of time */ virtual void setup () {} virtual bool ready_to_download () const = 0; - virtual void download (wxStaticText* message) = 0; + virtual void do_download (wxStaticText* message) = 0; + virtual wxString name () const = 0; + void download (wxStaticText* message); void load (boost::filesystem::path); boost::optional<dcp::Certificate> certificate () const; |
