[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdepim/certmanager
From:       David Faure <faure () kde ! org>
Date:       2004-06-21 19:26:02
Message-ID: 20040621192602.E1C7A9994 () office ! kde ! org
[Download RAW message or body]

CVS commit by faure: 

Fixed broken signal/signal connection due to signature change.


  M +2 -2      certificateinfowidgetimpl.cpp   1.34


--- kdepim/certmanager/certificateinfowidgetimpl.cpp  #1.33:1.34
@@ -379,6 +379,6 @@ void CertificateInfoWidgetImpl::slotShow
   dialog->setMainWidget( top );
   // proxy the signal to our receiver:
-  connect( top, SIGNAL(requestCertificateDownload(const QString&)),
-           SIGNAL(requestCertificateDownload(const QString&)) );
+  connect( top, SIGNAL(requestCertificateDownload(const QString&, const QString&)),
+           SIGNAL(requestCertificateDownload(const QString&, const QString&)) );
   dialog->show();
 }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic