Index: sources/storage/TreatmentLog.h =================================================================== diff -u -r7e503c5459ec77a2816d6c7789da9b206cedbe8a -r86e9dfbff50cb7e16fd94c16c1c818cef3b47eac --- sources/storage/TreatmentLog.h (.../TreatmentLog.h) (revision 7e503c5459ec77a2816d6c7789da9b206cedbe8a) +++ sources/storage/TreatmentLog.h (.../TreatmentLog.h) (revision 86e9dfbff50cb7e16fd94c16c1c818cef3b47eac) @@ -243,6 +243,8 @@ const QString &vPatientID , const QString &vFileName ); void didTxCodeReceive ( const QString &vTxCode ); + + void didNotification ( const QString &vNotification); }; }