Only allow waking PCs that are not online and paired
This commit is contained in:
parent
e250e08242
commit
017362a5d1
3 changed files with 7 additions and 2 deletions
|
|
@ -13,6 +13,7 @@ class ComputerModel : public QAbstractListModel
|
|||
OnlineRole,
|
||||
PairedRole,
|
||||
BusyRole,
|
||||
WakeableRole,
|
||||
AddPcRole
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue