From d7e2ef283a6c9b48f2e405fa7bd0f46dd3500c0a Mon Sep 17 00:00:00 2001 From: joshua Date: Fri, 14 Jan 2022 19:04:53 +0100 Subject: [PATCH] BugFix : default element collection path is wrong --- sources/qetapp.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/sources/qetapp.cpp b/sources/qetapp.cpp index 1a673f1bf..481b16b48 100644 --- a/sources/qetapp.cpp +++ b/sources/qetapp.cpp @@ -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,