Rémi Synave hace 2 años
padre
commit
8c7d821518
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      WorkArea/WorkArea.cpp

+ 1 - 1
WorkArea/WorkArea.cpp

@@ -90,7 +90,7 @@ WorkArea::loadSL (const std::string & filename)
 void
 WorkArea::saveStrengthLine (const std::string & filename)
 {
-
+  QJsonObject root;
   QJsonArray lines;
   
   for (int i = 0; i < liste_points.size () / 2; i++){