mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Minor pugi improvement
This commit is contained in:
@@ -97,7 +97,8 @@ INCLUDEPATH += sources \
|
||||
sources/SearchAndReplace/ui \
|
||||
sources/NameList \
|
||||
sources/NameList/ui \
|
||||
sources/utils
|
||||
sources/utils \
|
||||
sources/pugixml
|
||||
|
||||
|
||||
# Fichiers sources
|
||||
|
||||
@@ -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