Index: sources/model/MModel.h =================================================================== diff -u -rebc82b5efe26c1081606fab06a1c99bb4f9c0098 -r2dd767833cf0cf706c457951c2d78e7e20aff768 --- sources/model/MModel.h (.../MModel.h) (revision ebc82b5efe26c1081606fab06a1c99bb4f9c0098) +++ sources/model/MModel.h (.../MModel.h) (revision 2dd767833cf0cf706c457951c2d78e7e20aff768) @@ -18,6 +18,7 @@ // device #include "DeviceModels.h" +#include "MBluetooth.h" // models #include "MSettings.h" @@ -262,6 +263,7 @@ /* Settings */ \ REGISTER_METATYPE( SettingsData ) \ REGISTER_METATYPE( WifiNetworkData ) \ + REGISTER_METATYPE( BluetoothData ) \ /* Data */ \ REGISTER_METATYPE( HDOperationModeData ) \ REGISTER_METATYPE( PreTreatmentStatesData ) \