demo license checker

This commit is contained in:
2018-07-18 01:30:39 +02:00
parent fa4063eeb5
commit 9b1ced76c2
4 changed files with 28 additions and 0 deletions

View File

@@ -148,6 +148,7 @@ public:
void cloud_browse();
void upload(std::string filename, std::string name = "", std::function<void(float)> progress = nullptr);
void download(std::string filename, std::function<void(float)> progress = nullptr);
bool check_license();
std::shared_ptr<NodeProgressBar> show_progress(const std::string& title);