This commit is contained in:
Vojtech Kral
2018-11-18 21:20:47 +01:00
parent 4c007a410c
commit 6629d75853
19 changed files with 502 additions and 182 deletions
+1
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; }