mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-05 20:56:16 +08:00
Added LogChannel interface function (pure virtual) to PresetEditor
This commit is contained in:
parent
80bc61d833
commit
1b8e880c84
@ -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