X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclientidentity.cpp;h=af3541cfcb040e70bf712362918bc013882ca722;hb=8438c6f685ed43943d36996ada054941a30e3cb3;hp=4849bdbdc16afda4d7d6ac8c88573a98370fc3ac;hpb=f6b9eeda207d42c99fc3e9085631722cf2ec83dc;p=quassel.git diff --git a/src/client/clientidentity.cpp b/src/client/clientidentity.cpp index 4849bdbd..af3541cf 100644 --- a/src/client/clientidentity.cpp +++ b/src/client/clientidentity.cpp @@ -61,7 +61,7 @@ void CertIdentity::enableEditSsl(bool enable) { _certManager = new ClientCertManager(id(), this); if(isValid()) { // this means we are not a newly created Identity but have a proper Id Client::signalProxy()->synchronize(_certManager); - connect(_certManager, SIGNAL(updated(const QVariantMap &)), this, SLOT(markClean())); + connect(_certManager, SIGNAL(updated()), this, SLOT(markClean())); connect(_certManager, SIGNAL(initDone()), this, SLOT(markClean())); } }