mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Loading elements collections doesn't freeze gui anymore.
This commit is contained in:
@@ -125,16 +125,6 @@ QString ElementsLocation::baseName() const {
|
||||
return(QString());
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief ElementsLocation::projectId
|
||||
* This method is used to know if an element belongs to
|
||||
* a project or not.
|
||||
* @return Element Project Id
|
||||
*/
|
||||
int ElementsLocation::projectId() const {
|
||||
return QETApp::projectId(m_project);
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief ElementsLocation::collectionPath
|
||||
* Return the path of the represented element relative to collection
|
||||
|
||||
Reference in New Issue
Block a user