mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 12:41:20 -06:00 
			
		
		
		
	Implement exception rethrow for ui jobs
This commit is contained in:
		
							parent
							
								
									264ce71e94
								
							
						
					
					
						commit
						56e7d83513
					
				
					 11 changed files with 112 additions and 51 deletions
				
			
		|  | @ -124,7 +124,7 @@ public: | |||
| }; | ||||
| 
 | ||||
| SLAImportJob::SLAImportJob(std::shared_ptr<ProgressIndicator> pri, Plater *plater) | ||||
|     : Job{std::move(pri)}, p{std::make_unique<priv>(plater)} | ||||
|     : PlaterJob{std::move(pri), plater}, p{std::make_unique<priv>(plater)} | ||||
| {} | ||||
| 
 | ||||
| SLAImportJob::~SLAImportJob() = default; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 tamasmeszaros
						tamasmeszaros