mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-29 10:43:10 +08:00
Improve: Enhance CClientListDlg with grouping and better UX
This commit is contained in:
@@ -683,10 +683,6 @@ public:
|
||||
s.Delete(s.GetLength() - 1);
|
||||
return XXH64(s.GetString(), s.GetLength(), 0);
|
||||
}
|
||||
uint64_t GetID() const
|
||||
{
|
||||
return ID;
|
||||
}
|
||||
void SetID(uint64_t id)
|
||||
{
|
||||
ID = id;
|
||||
|
||||
Reference in New Issue
Block a user