mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 23:54:00 -06:00
Added reset buttons description
This commit is contained in:
parent
88dadcec78
commit
1e1bf03f61
9 changed files with 74 additions and 33 deletions
|
@ -1,3 +1,6 @@
|
|||
#ifndef slic3r_TabIface_hpp_
|
||||
#define slic3r_TabIface_hpp_
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
|
@ -30,6 +33,8 @@ public:
|
|||
|
||||
protected:
|
||||
GUI::Tab *m_tab;
|
||||
};
|
||||
}; // namespace GUI
|
||||
|
||||
}; // namespace Slic3r
|
||||
|
||||
#endif /* slic3r_TabIface_hpp_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue