Fix, the enum values were renamed
This commit is contained in:
parent
1a2f569a47
commit
3583faf789
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ Item
|
|||
|
||||
DevicesModel {
|
||||
id: connectDeviceModel
|
||||
displayFilter: DevicesModel.StatusPaired | DevicesModel.StatusReachable
|
||||
displayFilter: DevicesModel.Paired | DevicesModel.Reachable
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue