Index: sources/ApplicationController.h =================================================================== diff -u -rc97b99199d1be46f7cfa99908308ce98c8578285 -r5a9b7ff46df9cecc258f7cb18019a51bca76bce3 --- sources/ApplicationController.h (.../ApplicationController.h) (revision c97b99199d1be46f7cfa99908308ce98c8578285) +++ sources/ApplicationController.h (.../ApplicationController.h) (revision 5a9b7ff46df9cecc258f7cb18019a51bca76bce3) @@ -113,6 +113,7 @@ void onSettingsUpdate(); + void onOSVersion (bool vPass); void onPOSTEthernet (bool vPass); void onPOSTWiFi (bool vPass); void onPOSTBluetooth (bool vPass); @@ -128,11 +129,13 @@ void onTreatmentRangesDone(bool vPass); signals: + void didPOSTOSVersion (bool vPass); void didPOSTEthernet (bool vPass); void didPOSTWireless (bool vPass); void didPOSTBluetooth (bool vPass); void didPOSTCloudSync (bool vPass); + void didPOSTOSVersionData (const QString &vOSVersion ); void didPOSTEthernetData (const QString &vMacAddress); void didPOSTWirelessData (const QString &vMacAddress); void didPOSTBluetoothData (const QString &vMacAddress);