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 615e1c4ea6
commit cc7b1b773a
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 {