Index: sources/view/VBluetooth.h =================================================================== diff -u -rfaa306f41ddc70a48d042cc265396ef32116ad97 -r5600d2133dd0ea6dc1f733aa78bd26e2a4892a38 --- sources/view/VBluetooth.h (.../VBluetooth.h) (revision faa306f41ddc70a48d042cc265396ef32116ad97) +++ sources/view/VBluetooth.h (.../VBluetooth.h) (revision 5600d2133dd0ea6dc1f733aa78bd26e2a4892a38) @@ -37,6 +37,8 @@ Q_PROPERTY(QVariant pairedDevices READ doGetPairedDevices NOTIFY didPairedDevicesChanged) Q_PROPERTY(QVariant status READ getStatus NOTIFY didStatusChanged) + PROPERTY(bool, scanInProgress, false) + public slots: void doScanForDevices(); QVariant doGetDevices();