mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17:55 -06:00
Refactoring
This commit is contained in:
parent
1c1a6b933a
commit
8a824bb8c2
5 changed files with 6 additions and 6 deletions
|
@ -28,7 +28,7 @@ public:
|
|||
double get_cut_z() const { return m_cut_z; }
|
||||
void set_cut_z(double cut_z) const;
|
||||
|
||||
virtual std::string get_tooltip() const;
|
||||
std::string get_tooltip() const override;
|
||||
|
||||
protected:
|
||||
virtual bool on_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue