Move Add PC button to toolbar

This commit is contained in:
Cameron Gutman
2019-03-26 21:31:51 -07:00
parent 4752d4966d
commit da7d532564
4 changed files with 74 additions and 74 deletions

View File

@@ -14,8 +14,7 @@ class ComputerModel : public QAbstractListModel
PairedRole,
BusyRole,
WakeableRole,
StatusUnknownRole,
AddPcRole
StatusUnknownRole
};
public: