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

List:       kde-commits
Subject:    KDE/kdepim/kleopatra/uiserver
From:       Frank Osterfeld <frank.osterfeld () kdemail ! net>
Date:       2008-04-28 8:45:00
Message-ID: 1209372300.738868.27569.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 801921 by osterfeld:

fix signal/slot connection and thus SIGSTATUS reporting

 M  +2 -2      decryptverifycommandemailbase.cpp  


--- trunk/KDE/kdepim/kleopatra/uiserver/decryptverifycommandemailbase.cpp \
#801920:801921 @@ -121,8 +121,8 @@
                       d.get(), SLOT(slotDone()), Qt::QueuedConnection );
     QObject::connect( d->controller.get(), SIGNAL(error(int,QString)),
                       d.get(), SLOT(slotError(int,QString)), Qt::QueuedConnection );
-    QObject::connect( d->controller.get(), SIGNAL(decryptVerifyResult( \
                boost::shared_ptr<const Kleo::Crypto::DecryptVerifyResult>)), 
-                      d.get(), SLOT(decryptVerifyResult( boost::shared_ptr<const \
Kleo::Crypto::DecryptVerifyResult>)), Qt::QueuedConnection ); +    QObject::connect( \
d->controller.get(), SIGNAL(verificationResult(GpgME::VerificationResult)),  +        \
d.get(), SLOT(verificationResult(GpgME::VerificationResult)), Qt::QueuedConnection ); \
  d->controller->start();
 


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

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