mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
refs #325, reduced loading in users component
This commit is contained in:
@@ -43,6 +43,12 @@ namespace BlackGui
|
||||
//! Timer for updating
|
||||
CTimerBasedComponent *getTimerComponent() { return this->m_timerComponent; }
|
||||
|
||||
//! Number of clients
|
||||
int countClients() const;
|
||||
|
||||
//! Number of users
|
||||
int countUsers() const;
|
||||
|
||||
public slots:
|
||||
//! Update users
|
||||
void update();
|
||||
|
||||
Reference in New Issue
Block a user