X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoredccconfig.cpp;h=077bb68a7bb7e5e7fd68df1e556696c244e19b41;hp=806bfcb653f30f7e8b98e3cd482b20e4d14e5645;hb=fcacaaf16551524c7ebb6114254d005274cc3d63;hpb=714b39660fe19e7f092880019429c8da76ee2bd5 diff --git a/src/core/coredccconfig.cpp b/src/core/coredccconfig.cpp index 806bfcb6..077bb68a 100644 --- a/src/core/coredccconfig.cpp +++ b/src/core/coredccconfig.cpp @@ -36,7 +36,7 @@ CoreDccConfig::CoreDccConfig(CoreSession *session) // Otherwise, we just use the defaults initialized in the base class // We store our settings whenever they change - connect(this, SIGNAL(updatedRemotely()), SLOT(save())); + connect(this, &SyncableObject::updatedRemotely, this, &CoreDccConfig::save); }