X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcoredccconfig.h;h=3526a63c7fbc1788b3363791d5b59985140ed63e;hb=df38a9238d603ec8d2040619befa50980d994916;hp=1b3c49a9bfdc9fb64f9dcb8efa213eb667e87022;hpb=be04b68a0f10891b81c07cdda204a9abc0ac56a7;p=quassel.git diff --git a/src/core/coredccconfig.h b/src/core/coredccconfig.h index 1b3c49a9..3526a63c 100644 --- a/src/core/coredccconfig.h +++ b/src/core/coredccconfig.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 by the Quassel Project * + * Copyright (C) 2005-2020 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -38,7 +38,7 @@ public: * * @param[in] session Pointer to the parent CoreSession (takes ownership) */ - CoreDccConfig(CoreSession *session); + CoreDccConfig(CoreSession* session); public slots: /** @@ -47,5 +47,5 @@ public slots: void save(); private: - CoreSession *_coreSession {nullptr}; ///< Pointer to the parent CoreSession + CoreSession* _coreSession{nullptr}; ///< Pointer to the parent CoreSession };