X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcorealiasmanager.cpp;fp=src%2Fcore%2Fcorealiasmanager.cpp;h=0700668655d655dbf78d5dd6f2efbe42f385cb17;hp=0a7faa154dc314cb37789ff9141c6efb39f1bed5;hb=fcacaaf16551524c7ebb6114254d005274cc3d63;hpb=714b39660fe19e7f092880019429c8da76ee2bd5 diff --git a/src/core/corealiasmanager.cpp b/src/core/corealiasmanager.cpp index 0a7faa15..07006686 100644 --- a/src/core/corealiasmanager.cpp +++ b/src/core/corealiasmanager.cpp @@ -39,7 +39,7 @@ CoreAliasManager::CoreAliasManager(CoreSession *parent) loadDefaults(); // we store our settings whenever they change - connect(this, SIGNAL(updatedRemotely()), SLOT(save())); + connect(this, &SyncableObject::updatedRemotely, this, &CoreAliasManager::save); }