From b873b05245adc1a9e2bc6456f6300b281efa4c1f Mon Sep 17 00:00:00 2001 From: plc-user <74435298+plc-user@users.noreply.github.com> Date: Thu, 18 Jun 2026 14:51:56 +0200 Subject: [PATCH] concat QString with '%' --- sources/ElementsCollection/elementcollectionhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/ElementsCollection/elementcollectionhandler.cpp b/sources/ElementsCollection/elementcollectionhandler.cpp index 15a76ab3f..0fafe5b0b 100644 --- a/sources/ElementsCollection/elementcollectionhandler.cpp +++ b/sources/ElementsCollection/elementcollectionhandler.cpp @@ -469,7 +469,7 @@ bool ElementCollectionHandler::setNames(ElementsLocation &location, root.appendChild(name_list.toXml(document)); QString filepath = location.fileSystemPath() - + "/qet_directory"; + % "/qet_directory"; if (!QET::writeXmlFile(document, filepath)) { qDebug() << "ElementCollectionHandler::setNames : write qet-directory file failed"; return false;