DevicesModel: Updated StatusReachable value.
This commit is contained in:
parent
ce5bf39d7b
commit
8e761a7b7f
1 changed files with 3 additions and 3 deletions
|
@ -44,9 +44,9 @@ public:
|
|||
IdModelRole = Qt::UserRole,
|
||||
};
|
||||
enum StatusFlags {
|
||||
StatusUnknown = 0x00,
|
||||
StatusPaired = 0x01,
|
||||
StatusReachable = 0x10,
|
||||
StatusUnknown = 0x00,
|
||||
StatusPaired = 0x01,
|
||||
StatusReachable = 0x02
|
||||
};
|
||||
|
||||
DevicesModel(QObject *parent = 0);
|
||||
|
|
Loading…
Reference in a new issue