Index: sources/cloudsync/CloudSyncController.h =================================================================== diff -u -r928a1ed5d70358fc00c49df45725f989d16c370e -r5967e3c458599ea7af0f298e844eef89004acb03 --- sources/cloudsync/CloudSyncController.h (.../CloudSyncController.h) (revision 928a1ed5d70358fc00c49df45725f989d16c370e) +++ sources/cloudsync/CloudSyncController.h (.../CloudSyncController.h) (revision 5967e3c458599ea7af0f298e844eef89004acb03) @@ -199,7 +199,7 @@ private slots: void onWatchFileChange (const QString &vFile); void onActionReceive (GuiActionType vAction, const QVariantList &vData); - void onTreatmentLogSave(const QString &vDeviceID , const QString &vPatientID , const QString &vFileName ); + void onTxPending (const QString &vFileName ); void onInitComplete (); signals: @@ -260,9 +260,6 @@ bool saveDeviceState (const QVariantList &vData); bool sendDeviceState (); // eMessageID_DeviceState - // Tx Report - void testPendingTxReports (); // eMessageID_TxReport - // reset Factory bool doResetFactory (); // eMessageID_ResetFactory bool sendResetFactory (); // eMessageID_ResetFactory