DevicesModel: Updated StatusReachable value.

This commit is contained in:
Alexandr Akulich 2014-04-12 22:37:33 +02:00 committed by Albert Vaca
parent bb310e3db3
commit 6fff30fc8f

View file

@ -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);