Perform a cleaner exit for resource preview, fixes #24206

This commit is contained in:
Juan Linietsky
2019-01-17 09:09:01 -03:00
parent 3b46e99a39
commit e8d31cc765
4 changed files with 26 additions and 10 deletions

View File

@ -126,6 +126,8 @@ public:
void remove_preview_generator(const Ref<EditorResourcePreviewGenerator> &p_generator);
void check_for_invalidation(const String &p_path);
void stop();
EditorResourcePreview();
~EditorResourcePreview();
};