Index: sources/device/DeviceView.h =================================================================== diff -u -rb7c9de054c6b7a1ca4bac9fbb0ec5d4ac06620a9 -r47c8f13876317ba36500400f894d96c9bce9eb17 --- sources/device/DeviceView.h (.../DeviceView.h) (revision b7c9de054c6b7a1ca4bac9fbb0ec5d4ac06620a9) +++ sources/device/DeviceView.h (.../DeviceView.h) (revision 47c8f13876317ba36500400f894d96c9bce9eb17) @@ -36,15 +36,16 @@ class VDevice : public QObject { Q_OBJECT - TRIGGER ( bool , response , true) + TRIGGER ( bool , response , true) - PROPERTY ( bool , accepted , 0) - TRIGGER ( quint32 , reason , 0) - PROPERTY ( QString , status , "") + PROPERTY ( bool , accepted , 0) + TRIGGER ( quint32 , reason , 0) + PROPERTY ( QString , status , "") - ATTRIBUTE ( quint8 , brightness , 0, Brightness ) + ATTRIBUTE ( quint8 , brightness , 0, Brightness ) - ATTRIBUTE ( quint8 , bluetoothPairedReset, 0, BluetoothPairedReset ) + ATTRIBUTE ( quint8 , bluetoothPairedReset, 0, BluetoothPairedReset ) + ATTRIBUTE ( QStringList , bluetoothPairedQuery, {}, BluetoothPairedQuery ) VIEW_DEC_CLASS(VDevice) };