Skip to content
Snippets Groups Projects
Commit 7af3257a authored by Poncet Thomas's avatar Poncet Thomas
Browse files

localisation grilles

parent df2ca3f0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment