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

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;