X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoredccconfig.h;h=3ebb71517e617ccd3a692f21237e2ef23417a46b;hp=dfffda574a4c8ac5b0e4047f4022f32395de1f8b;hb=cc6e7c08709c4e761e2fd9c2e322751015497003;hpb=68878dc8366f2f4a0afe132847aad9a51a80cdbf diff --git a/src/core/coredccconfig.h b/src/core/coredccconfig.h index dfffda57..3ebb7151 100644 --- a/src/core/coredccconfig.h +++ b/src/core/coredccconfig.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 * @@ -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 };