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

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