X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreauthhandler.h;h=e26e94c0eb1c0b657de3f71f3d1f8af73ace6440;hp=1b4e6b916c1d79859aefb3a97007fa5ce37a95e6;hb=e8a39b4c3c92e193ab861a3fea84a261bb6fbd24;hpb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f diff --git a/src/core/coreauthhandler.h b/src/core/coreauthhandler.h index 1b4e6b91..e26e94c0 100644 --- a/src/core/coreauthhandler.h +++ b/src/core/coreauthhandler.h @@ -39,9 +39,9 @@ signals: private: using AuthHandler::handle; - void handle(const Protocol::RegisterClient &msg); - void handle(const Protocol::SetupData &msg); - void handle(const Protocol::Login &msg); + void handle(const Protocol::RegisterClient &msg) override; + void handle(const Protocol::SetupData &msg) override; + void handle(const Protocol::Login &msg) override; void setPeer(RemotePeer *peer); void startSsl();