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

List:       kde-commits
Subject:    KDE/kdepim/libkleo/kleo
From:       Thomas McGuire <mcguire () kde ! org>
Date:       2009-03-11 13:29:26
Message-ID: 1236778166.128554.30588.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 938162 by tmcguire:

Un-deprecate exec(), to get rid of many warnings when compiling KMail.
Now the only warnings left should be the ones from start().


 M  +1 -1      encryptjob.h  
 M  +1 -1      hierarchicalkeylistjob.h  
 M  +1 -1      keylistjob.h  
 M  +1 -1      signencryptjob.h  
 M  +1 -1      signjob.h  
 M  +1 -1      specialjob.h  


--- trunk/KDE/kdepim/libkleo/kleo/encryptjob.h #938161:938162
@@ -98,7 +98,7 @@
                         const boost::shared_ptr<QIODevice> & \
cipherText=boost::shared_ptr<QIODevice>(),  bool alwaysTrust=false ) = 0;
 
-    virtual KDE_DEPRECATED GpgME::EncryptionResult exec( const \
std::vector<GpgME::Key> & recipients, +    virtual GpgME::EncryptionResult exec( \
const std::vector<GpgME::Key> & recipients,  const QByteArray & plainText,
 					  bool alwaysTrust, QByteArray & cipherText ) = 0;
 
--- trunk/KDE/kdepim/libkleo/kleo/hierarchicalkeylistjob.h #938161:938162
@@ -86,7 +86,7 @@
     */
     GpgME::Error start( const QStringList & patterns, bool secretOnly=false );
 
-    KDE_DEPRECATED GpgME::KeyListResult exec( const QStringList & patterns, bool \
secretOnly, +    GpgME::KeyListResult exec( const QStringList & patterns, bool \
secretOnly,  std::vector<GpgME::Key> & keys );
 
   private Q_SLOTS:
--- trunk/KDE/kdepim/libkleo/kleo/keylistjob.h #938161:938162
@@ -85,7 +85,7 @@
     */
     virtual GpgME::Error start( const QStringList & patterns, bool secretOnly=false \
) = 0;  
-    virtual KDE_DEPRECATED GpgME::KeyListResult exec( const QStringList & patterns, \
bool secretOnly, std::vector<GpgME::Key> & keys ) = 0; +    virtual \
GpgME::KeyListResult exec( const QStringList & patterns, bool secretOnly, \
std::vector<GpgME::Key> & keys ) = 0;  
   Q_SIGNALS:
     void nextKey( const GpgME::Key & key );
--- trunk/KDE/kdepim/libkleo/kleo/signencryptjob.h #938161:938162
@@ -105,7 +105,7 @@
                         const boost::shared_ptr<QIODevice> & \
cipherText=boost::shared_ptr<QIODevice>(),  bool alwaysTrust=false ) = 0;
 
-    virtual KDE_DEPRECATED std::pair<GpgME::SigningResult,GpgME::EncryptionResult>
+    virtual std::pair<GpgME::SigningResult,GpgME::EncryptionResult>
       exec( const std::vector<GpgME::Key> & signers,
 	    const std::vector<GpgME::Key> & recipients,
 	    const QByteArray & plainText,
--- trunk/KDE/kdepim/libkleo/kleo/signjob.h #938161:938162
@@ -95,7 +95,7 @@
                         const boost::shared_ptr<QIODevice> & signature,
                         GpgME::SignatureMode mode ) = 0;
 
-    virtual KDE_DEPRECATED GpgME::SigningResult exec( const std::vector<GpgME::Key> \
& signers, +    virtual GpgME::SigningResult exec( const std::vector<GpgME::Key> & \
signers,  const QByteArray & plainText,
 				       GpgME::SignatureMode mode,
 				       QByteArray & signature ) = 0;
--- trunk/KDE/kdepim/libkleo/kleo/specialjob.h #938161:938162
@@ -75,7 +75,7 @@
     */
     virtual GpgME::Error start() = 0;
 
-    virtual KDE_DEPRECATED GpgME::Error exec() = 0;
+    virtual GpgME::Error exec() = 0;
 
   Q_SIGNALS:
     void result( const GpgME::Error & result, const QVariant & data );


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

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