modernize: Reformat ALL the source... again!
[quassel.git] / src / core / coredccconfig.cpp
index 077bb68..0157840 100644 (file)
@@ -25,7 +25,7 @@
 
 constexpr auto settingsKey = "DccConfig";
 
-CoreDccConfig::CoreDccConfig(CoreSession *session)
+CoreDccConfig::CoreDccConfig(CoreSessionsession)
     : DccConfig(session)
     , _coreSession{session}
 {
@@ -39,7 +39,6 @@ CoreDccConfig::CoreDccConfig(CoreSession *session)
     connect(this, &SyncableObject::updatedRemotely, this, &CoreDccConfig::save);
 }
 
-
 void CoreDccConfig::save()
 {
     Core::setUserSetting(_coreSession->user(), settingsKey, toVariantMap());