39 m_loadingMainFile (false), |
39 m_loadingMainFile (false), |
40 m_isLoadingLogoedStuds (false), |
40 m_isLoadingLogoedStuds (false), |
41 m_logoedStud (nullptr), |
41 m_logoedStud (nullptr), |
42 m_logoedStud2 (nullptr) |
42 m_logoedStud2 (nullptr) |
43 { |
43 { |
44 m_libraries.addLibrary(configuration().lDrawPath(), "LDraw library"); |
44 m_libraries.addLibrary(configuration().lDrawPath(), "LDraw library", true); |
45 } |
45 } |
46 |
46 |
47 DocumentManager::~DocumentManager() |
47 DocumentManager::~DocumentManager() |
48 { |
48 { |
49 clear(); |
49 clear(); |