Index: sources/view/settings/VBluetooth.h =================================================================== diff -u -re4a0e2fc4c7ae0cbce0d670772276bf7f5ff3845 -raa8f2c87c14c68d1fda6da2540d47144990a596c --- sources/view/settings/VBluetooth.h (.../VBluetooth.h) (revision e4a0e2fc4c7ae0cbce0d670772276bf7f5ff3845) +++ sources/view/settings/VBluetooth.h (.../VBluetooth.h) (revision aa8f2c87c14c68d1fda6da2540d47144990a596c) @@ -22,6 +22,7 @@ #include "VView.h" #include "MAdjustHDSerialNumberResponse.h" #include "MBluetooth.h" +#include "MUIBloodPressureData.h" // forward declarations class tst_views; @@ -62,7 +63,8 @@ signals: private slots: - void onStateChange (const Model::MBluetooth &vData); + void onStateChange (const Model::MBluetooth &vData); + QString toText ( Model::MBluetooth::InterfaceStates vState) const; void notify (Model::MBluetooth::InterfaceStates vState);