mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-02 17:08:42 +03:00
Device_Machine_List
This commit is contained in:
@@ -21,6 +21,9 @@ public:
|
||||
const char* get_name() const override;
|
||||
|
||||
bool test(wxString &curl_msg) const override;
|
||||
//B45
|
||||
virtual std::string get_status(wxString &curl_msg) const override { return "1"; };
|
||||
virtual float get_progress(wxString &curl_msg) const override { return 1; };
|
||||
wxString get_test_ok_msg () const override;
|
||||
wxString get_test_failed_msg (wxString &msg) const override;
|
||||
bool upload(PrintHostUpload upload_data, ProgressFn prorgess_fn, ErrorFn error_fn, InfoFn info_fn) const override;
|
||||
|
||||
Reference in New Issue
Block a user