Execution abstraction and build fix for linux and mac

This commit is contained in:
tamasmeszaros 2018-06-27 18:23:53 +02:00
parent d337b69407
commit 8497289650
4 changed files with 26 additions and 2 deletions

View file

@ -1,6 +1,7 @@
#include "AppController.hpp"
#include <thread>
#include <future>
#include <slic3r/GUI/GUI.hpp>
#include <slic3r/GUI/PngExportDialog.hpp>
@ -20,6 +21,11 @@
namespace Slic3r {
bool AppControllerBoilerplate::supports_asynch() const
{
return true;
}
AppControllerBoilerplate::PathList
AppControllerBoilerplate::query_destination_paths(
const std::string &title,