1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-22 09:54:27 +00:00

Implement exception rethrow for ui jobs

This commit is contained in:
tamasmeszaros
2021-01-19 15:00:44 +01:00
parent 264ce71e94
commit 56e7d83513
11 changed files with 112 additions and 51 deletions
+2 -4
View File
@@ -1,13 +1,11 @@
#ifndef SLAIMPORTJOB_HPP
#define SLAIMPORTJOB_HPP
#include "Job.hpp"
#include "PlaterJob.hpp"
namespace Slic3r { namespace GUI {
class Plater;
class SLAImportJob : public Job {
class SLAImportJob : public PlaterJob {
class priv;
std::unique_ptr<priv> p;