switching from slicer to gcode viewer - unlocking lock file

This commit is contained in:
David Kocik 2020-10-14 08:46:30 +02:00
parent d33e97abb3
commit 453408143f
4 changed files with 24 additions and 1 deletions

View file

@ -28,6 +28,8 @@ bool instance_check(int argc, char** argv, bool app_config_single_instance);
// 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__
namespace GUI {