From 7af3257a6474498820baa5f7b8fdcefd54550269 Mon Sep 17 00:00:00 2001
From: tponcet <thomas.poncet@ecl19.ec-lyon.fr>
Date: Mon, 5 Apr 2021 15:06:04 +0200
Subject: [PATCH] localisation grilles

---
 main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.cpp b/main.cpp
index 2eeb532..9cac1fb 100644
--- a/main.cpp
+++ b/main.cpp
@@ -21,7 +21,7 @@ int main(int argc, char *argv[]){
 // SI POSSIBLE CHANGER CELA EN FCT, UTILE POUR ENREGISTRER UNE PARTIE EN COURS ET LA REOUVRIR
 // Pb avec QFile qui ne veut pas s'initialiser
     Grille G;
-    QFile file("../Sudoku/grilleFacile.csv");
+    QFile file("../Sudoku/grilles/grilleFacile.csv");
     if (!file.open(QIODevice::ReadOnly)) {
         qDebug() << file.errorString();
         return 1;
-- 
GitLab