Rémi Synave 2 年 前
コミット
8c7d821518
1 ファイル変更1 行追加1 行削除
  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++){