mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Minor pugi improvement
This commit is contained in:
@@ -495,7 +495,7 @@ NamesList ElementsLocation::nameList()
|
||||
NamesList nl;
|
||||
|
||||
if (isElement())
|
||||
nl.fromXml(xml());
|
||||
nl.fromXml(pugiXml());
|
||||
|
||||
if (isDirectory())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user