X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreauthhandler.h;h=e47be38baccbfb893ed963d3b940f44d3e06bc3b;hp=9a420af6d5a8e4da544819ba8a05a93bedf7042a;hb=1f21c1f9613031ae263eeed0c4883bfcd5488343;hpb=c1cf157116de7fc3da96203aa6f03c38c7ebb650 diff --git a/src/core/coreauthhandler.h b/src/core/coreauthhandler.h index 9a420af6..e47be38b 100644 --- a/src/core/coreauthhandler.h +++ b/src/core/coreauthhandler.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2019 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -22,6 +22,7 @@ #define COREAUTHHANDLER_H #include "authhandler.h" +#include "metricsserver.h" #include "peerfactory.h" #include "remotepeer.h" #include "types.h" @@ -60,6 +61,7 @@ private slots: private: RemotePeer* _peer; + MetricsServer* _metricsServer; bool _magicReceived; bool _legacy;