Only allow waking PCs that are not online and paired

This commit is contained in:
Cameron Gutman
2018-07-31 22:10:38 -07:00
parent e250e08242
commit 017362a5d1
3 changed files with 7 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ class ComputerModel : public QAbstractListModel
OnlineRole,
PairedRole,
BusyRole,
WakeableRole,
AddPcRole
};