Add "View details" to PC list (#1221)

* feat: add view pc details menu item

* feat: show mac address

* fix: cast mac byte array to string
This commit is contained in:
Jorys Paulin
2024-05-01 04:23:25 +02:00
committed by GitHub
parent 211fec0ff0
commit c096238998
3 changed files with 35 additions and 1 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ class ComputerModel : public QAbstractListModel
BusyRole,
WakeableRole,
StatusUnknownRole,
ServerSupportedRole
ServerSupportedRole,
DetailsRole
};
public: