This commit is contained in:
Vojtech Kral
2018-10-18 15:13:38 +02:00
parent dc3d911704
commit 6f3e386e85
19 changed files with 502 additions and 182 deletions

View File

@@ -81,6 +81,7 @@ public:
MainFrame(const bool no_plater, const bool loaded);
~MainFrame() {}
Plater* plater() { return m_plater; }
void init_tabpanel();
const std::map<std::string, Tab*>& options_tabs() const { return m_options_tabs; }