mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 13:12:38 -06:00
WIP: G-code viewer menu, refactoring of starting a background process.
This commit is contained in:
parent
014a90b51b
commit
fd4c28ed91
3 changed files with 11 additions and 22 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef THREAD_HPP
|
||||
#define THREAD_HPP
|
||||
#ifndef GUI_THREAD_HPP
|
||||
#define GUI_THREAD_HPP
|
||||
|
||||
#include <utility>
|
||||
#include <boost/thread.hpp>
|
||||
|
|
@ -25,4 +25,4 @@ template<class Fn> inline boost::thread create_thread(Fn &&fn)
|
|||
|
||||
}
|
||||
|
||||
#endif // THREAD_HPP
|
||||
#endif // GUI_THREAD_HPP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue