fix(build): declare cloud-provider is_user_login(provider) and get_printer_cloud_provider in GUI_App.hpp
This commit is contained in:
@@ -466,7 +466,8 @@ public:
|
||||
void request_login(bool show_user_info = false);
|
||||
bool check_login();
|
||||
void get_login_info();
|
||||
bool is_user_login();
|
||||
bool is_user_login(const std::string& provider = ORCA_CLOUD_PROVIDER);
|
||||
const std::string& get_printer_cloud_provider() const;
|
||||
|
||||
void request_user_login(int online_login = 0);
|
||||
void request_user_handle(int online_login = 0);
|
||||
|
||||
Reference in New Issue
Block a user