12Fermer14
FarewellLe 10/07/2016 à 22:28
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 tripo