Commit 2e051c3f authored by Fabio Bas's avatar Fabio Bas
Browse files

add success notification to oracle

parent ef1fbc0d
......@@ -418,9 +418,12 @@ bool SaveSetsPage::validatePage()
return false;
}
if (wizard()->importer->saveToFile(fileName))
{
ok = true;
else
QMessageBox::information(this, tr("Success"), tr("The card database has been saved successfully."));
} else {
QMessageBox::critical(this, tr("Error"), tr("The file could not be saved to the desired location."));
}
} while (!ok);
return true;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment