PrusaSlicer-NonPlainar/xs/src/slic3r/GUI/TabIface.cpp

10 lines
226 B
C++
Raw Normal View History

#include "TabIface.hpp"
2018-01-23 10:42:04 +00:00
#include "Tab.hpp"
namespace Slic3r {
void TabIface::load_current_preset() { m_tab->load_current_preset(); }
void TabIface::rebuild_page_tree() { m_tab->rebuild_page_tree(); }
}; // namespace Slic3r