Ref T632, filter out clients not in range

This commit is contained in:
Klaus Basan
2019-04-24 13:38:25 +02:00
parent a1490fd4e0
commit 95bcd4c15b
2 changed files with 9 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ namespace BlackGui
explicit CUserComponent(QWidget *parent = nullptr);
//! Destructor
virtual ~CUserComponent();
virtual ~CUserComponent() override;
//! Number of clients
int countClients() const;