X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoredccconfig.h;h=e86102f5c6cdb67806f29bd1f91c009a645b32b6;hp=dfffda574a4c8ac5b0e4047f4022f32395de1f8b;hb=c1cf157116de7fc3da96203aa6f03c38c7ebb650;hpb=30b159cb876a9495de42e9a3e70ca050516f0805 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 };