DevicesModel: Updated StatusReachable value.
This commit is contained in:
parent
bb310e3db3
commit
6fff30fc8f
1 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ public:
|
||||||
enum StatusFlags {
|
enum StatusFlags {
|
||||||
StatusUnknown = 0x00,
|
StatusUnknown = 0x00,
|
||||||
StatusPaired = 0x01,
|
StatusPaired = 0x01,
|
||||||
StatusReachable = 0x10,
|
StatusReachable = 0x02
|
||||||
};
|
};
|
||||||
|
|
||||||
DevicesModel(QObject *parent = 0);
|
DevicesModel(QObject *parent = 0);
|
||||||
|
|
Loading…
Reference in a new issue