mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-06 02:06:04 +08:00
Added LogChannel interface function (pure virtual) to PresetEditor
This commit is contained in:
parent
21c2e4c58c
commit
9650035463
@ -86,6 +86,9 @@ protected:
|
||||
this->_btn_save_preset->SetToolTip(wxString(_("Save current ")) + this->title());
|
||||
this->_btn_delete_preset->SetToolTip(_("Delete this preset."));
|
||||
}
|
||||
virtual const std::string LogChannel() = 0; //< Which log these messages should go to.
|
||||
|
||||
|
||||
};
|
||||
|
||||
class PrintEditor : public PresetEditor {
|
||||
|
Loading…
x
Reference in New Issue
Block a user