modernize: Reformat ALL the source... again!
[quassel.git] / src / core / coredccconfig.h
index dfffda5..e86102f 100644 (file)
@@ -38,7 +38,7 @@ public:
      *
      * @param[in] session Pointer to the parent CoreSession (takes ownership)
      */
-    CoreDccConfig(CoreSession *session);
+    CoreDccConfig(CoreSessionsession);
 
 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
 };