Index: sources/view/VAlert.cpp =================================================================== diff -u -r5384b4f5833568db90b988b11bbd502386d2f9b2 -r079aae9751fe0d234adaa470bc7d23980d5e7692 --- sources/view/VAlert.cpp (.../VAlert.cpp) (revision 5384b4f5833568db90b988b11bbd502386d2f9b2) +++ sources/view/VAlert.cpp (.../VAlert.cpp) (revision 079aae9751fe0d234adaa470bc7d23980d5e7692) @@ -31,7 +31,8 @@ /*! * \brief VAlert::doUserAlertRequest - * Called when the user makes a request through an alert dialog + * Called when an alert is closed as the user has made a request through + * the alert dialog * \param confirmed - (bool) true if user confirms, false if they cancel */ void VAlert::doAlertResponse(const bool &confirmed) @@ -52,6 +53,7 @@ alertID(request.id); title(request.title); description(request.description); + acknowledgeOnly(request.acknowledgeOnly); didRequestShowAlert(); }