NEW:support for importing models from browser to Studio on mac

Change-Id: Ia4c39b3de1705d66a00442d11bd15a61ebc349ff
This commit is contained in:
tao wang 2023-03-29 14:28:38 +08:00 committed by Lane.Wei
parent cf556814ce
commit 6175446aaf
2 changed files with 24 additions and 1 deletions

View file

@ -496,6 +496,7 @@ public:
void OSXStoreOpenFiles(const wxArrayString &files);
// wxWidgets override to get an event on open files.
void MacOpenFiles(const wxArrayString &fileNames) override;
void MacOpenURL(const wxString& url) override;
#endif /* __APPLE */
Sidebar& sidebar();