refs #325, reduced loading in users component

This commit is contained in:
Klaus Basan
2014-09-16 22:18:20 +02:00
parent 530d4b89ef
commit d9cc02844d
2 changed files with 27 additions and 0 deletions

View File

@@ -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();