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