X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/4327c2b8817b627249d98d889835726217c81a4e..refs/heads/master:/GroupScene.cpp diff --git a/GroupScene.cpp b/GroupScene.cpp index 13b6e11..a50cb5a 100644 --- a/GroupScene.cpp +++ b/GroupScene.cpp @@ -285,7 +285,7 @@ void GroupScene::save(QXmlStreamWriter &writer) { clkList += QString::number(d)+","; } clkList.chop(1); - writer.writeAttribute("clkList",clkList); + writer.writeAttribute("clklist",clkList); } groupItem->save(writer);