Aaaah, je comprends mieux, maintenant c'est clair o/
Bon ceci dit, ce fichier a été refactoré aujourd'hui, car pratiquement fini, donc cette fameuse fonction est devenue
//
// The user wants to clear the current list
//
void MainWindow::newList()
{
// Clear the table if the user accepts
if (!tryToClearTable()) {
return;
}
// New table, the name is not defined yet. The table is not modified yet
this->currentFilename.clear();
this->tableIsModified = false;
}
Bref, le problème s'est résoudrolvu de lui-même
