mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-09-26 07:23:22 +08:00
missing function
This commit is contained in:
parent
c2bbc850c7
commit
e75cf95a89
@ -15,6 +15,14 @@
|
|||||||
#endif //__linux__
|
#endif //__linux__
|
||||||
|
|
||||||
namespace Downloader {
|
namespace Downloader {
|
||||||
|
|
||||||
|
#if __APPLE__
|
||||||
|
// apple implementation of inner functions of instance_check
|
||||||
|
// in InstanceCheckMac.mm
|
||||||
|
void send_message_mac(const std::string& msg, const std::string& version);
|
||||||
|
//bool unlock_lockfile(const std::string& name, const std::string& path);
|
||||||
|
#endif //__APPLE__
|
||||||
|
|
||||||
class SlicerSend
|
class SlicerSend
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user