Skip to content

Commit

Permalink
Added Messagebox to confirm reservation
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuvince committed Apr 27, 2011
1 parent 5741bf8 commit 7e91355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions userinterface.cpp
Expand Up @@ -268,4 +268,5 @@ void UserInterface::resetReservation() {


void UserInterface::saveReservation() { void UserInterface::saveReservation() {
reservationModel->addReservation(reservation); reservationModel->addReservation(reservation);
QMessageBox::information(this, trUtf8("Réservation complétée"), trUtf8("Votre réservation a été complété et enregistré avec succès."), QMessageBox::Ok);
} }

0 comments on commit 7e91355

Please sign in to comment.