DevicesModel: Updated StatusReachable value.

This commit is contained in:
Alexandr Akulich 2014-04-12 22:37:33 +02:00 committed by Albert Vaca
parent ce5bf39d7b
commit 8e761a7b7f

View file

@ -44,9 +44,9 @@ public:
IdModelRole = Qt::UserRole, IdModelRole = Qt::UserRole,
}; };
enum StatusFlags { enum StatusFlags {
StatusUnknown = 0x00, StatusUnknown = 0x00,
StatusPaired = 0x01, StatusPaired = 0x01,
StatusReachable = 0x10, StatusReachable = 0x02
}; };
DevicesModel(QObject *parent = 0); DevicesModel(QObject *parent = 0);