X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoredccconfig.h;h=3ebb71517e617ccd3a692f21237e2ef23417a46b;hp=1b3c49a9bfdc9fb64f9dcb8efa213eb667e87022;hb=a8ab790b2218d6131f12b622b1373ba62958f3ef;hpb=be04b68a0f10891b81c07cdda204a9abc0ac56a7 diff --git a/src/core/coredccconfig.h b/src/core/coredccconfig.h index 1b3c49a9..3ebb7151 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-2019 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 };