Materials: Model Manager External Interface (#20825)
* Materials: Model Manager External Interface Implement the ModelManagerExternal class for the external Materials interface. This is part of the ongoing merges of code to support external material interfaces. In this PR the ModelManagerExternal class is implemented, along with changes to supporting classes required for this class. * Apply reviewer feedback
This commit is contained in:
@@ -77,7 +77,7 @@ public:
|
||||
private:
|
||||
static void initLibraries();
|
||||
|
||||
static std::shared_ptr<std::list<std::shared_ptr<ModelLibrary>>> _libraryList;
|
||||
static std::shared_ptr<std::list<std::shared_ptr<ModelLibraryLocal>>> _libraryList;
|
||||
static std::shared_ptr<std::map<QString, std::shared_ptr<Model>>> _modelMap;
|
||||
static QMutex _mutex;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user