mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
Fix some doxygen issues
This commit is contained in:
@@ -978,7 +978,7 @@ ElementsLocation QETProject::importElement(ElementsLocation &location)
|
||||
if (m_elements_collection->exist(import_path)) {
|
||||
ElementsLocation existing_location(import_path, this);
|
||||
|
||||
//@existing_location and @location have the same uuid, so it is the same element
|
||||
//existing_location and location have the same uuid, so it is the same element
|
||||
if (existing_location.uuid() == location.uuid()) {
|
||||
return existing_location;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user