mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
BugFix : default element collection path is wrong
This commit is contained in:
@@ -525,8 +525,6 @@ QString QETApp::commonElementsDir()
|
||||
m_common_element_dir = m_overrided_common_elements_dir;
|
||||
return(m_common_element_dir);
|
||||
}
|
||||
m_common_element_dir = QCoreApplication::applicationDirPath() + "/elements";
|
||||
return m_common_element_dir;
|
||||
#endif
|
||||
#ifndef QET_COMMON_COLLECTION_PATH
|
||||
/* in the absence of a compilation option,
|
||||
|
||||
Reference in New Issue
Block a user