Handle job notification.
This commit is contained in:
parent
1ecee56eb6
commit
4c06d8b080
5 changed files with 37 additions and 2 deletions
|
@ -42,7 +42,9 @@ public:
|
|||
static char *userAgent();
|
||||
|
||||
protected:
|
||||
void onJobReceived(Client *client, const Job &job) override;
|
||||
void onLoginCredentialsRequired(Client *client) override;
|
||||
void onLoginSuccess(Client *client) override;
|
||||
|
||||
private:
|
||||
char *m_agent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue