mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Ref T632, filter out clients not in range
This commit is contained in:
@@ -39,7 +39,7 @@ namespace BlackGui
|
||||
explicit CUserComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CUserComponent();
|
||||
virtual ~CUserComponent() override;
|
||||
|
||||
//! Number of clients
|
||||
int countClients() const;
|
||||
|
||||
Reference in New Issue
Block a user