diff options
Diffstat (limited to 'src/wx/kdm_output_panel.h')
| -rw-r--r-- | src/wx/kdm_output_panel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/kdm_output_panel.h b/src/wx/kdm_output_panel.h index 040815392..db898b44b 100644 --- a/src/wx/kdm_output_panel.h +++ b/src/wx/kdm_output_panel.h @@ -63,6 +63,10 @@ public: std::function<bool (boost::filesystem::path)> confirm_overwrite ); + bool method_selected() const; + + boost::signals2::signal<void ()> MethodChanged; + private: void kdm_write_type_changed (); void advanced_clicked (); |
