mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-02 09:58:41 +03:00
Updated to 1.9.5, and optimize calibration and device
This commit is contained in:
@@ -72,6 +72,10 @@ public:
|
||||
virtual bool get_storage(wxArrayString& /*storage_path*/, wxArrayString& /*storage_name*/) const { return false; }
|
||||
static PrintHost *get_print_host_url(std::string url, std::string local_ip);
|
||||
static PrintHost* get_print_host(DynamicPrintConfig *config);
|
||||
//y36
|
||||
static void SetStop(bool isStop) { m_isStop = isStop; };
|
||||
static bool GetStop() { return m_isStop; };
|
||||
static bool m_isStop;
|
||||
|
||||
protected:
|
||||
virtual wxString format_error(const std::string &body, const std::string &error, unsigned status) const;
|
||||
|
||||
Reference in New Issue
Block a user