mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-03 10:32:40 +00:00
Added new files missing from the previous commit.
This commit is contained in:
9
xs/src/slic3r/GUI/TabIface.cpp
Normal file
9
xs/src/slic3r/GUI/TabIface.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "TabIface.hpp"
|
||||
#include "Tab.h"
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
void TabIface::load_current_preset() { m_tab->load_current_preset(); }
|
||||
void TabIface::rebuild_page_tree() { m_tab->rebuild_page_tree(); }
|
||||
|
||||
}; // namespace Slic3r
|
||||
Reference in New Issue
Block a user