BugFix : default element collection path is wrong

This commit is contained in:
joshua
2022-01-14 19:04:53 +01:00
parent 782eaff4d2
commit d7e2ef283a

View File

@@ -525,8 +525,6 @@ QString QETApp::commonElementsDir()
m_common_element_dir = m_overrided_common_elements_dir; m_common_element_dir = m_overrided_common_elements_dir;
return(m_common_element_dir); return(m_common_element_dir);
} }
m_common_element_dir = QCoreApplication::applicationDirPath() + "/elements";
return m_common_element_dir;
#endif #endif
#ifndef QET_COMMON_COLLECTION_PATH #ifndef QET_COMMON_COLLECTION_PATH
/* in the absence of a compilation option, /* in the absence of a compilation option,