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

List:       kde-commits
Subject:    KDE/kdepim/libkleo/kleo
From:       Marc Mutz <mutz () kde ! org>
Date:       2008-02-06 10:56:16
Message-ID: 1202295376.437464.11043.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 771540 by mutz:

Make slotCancel() have same access as in the base class, to avoid the need for stupid \
tricks like ((Job*)mdj)->slotCancel()

 M  +3 -2      multideletejob.h  


--- trunk/KDE/kdepim/libkleo/kleo/multideletejob.h #771539:771540
@@ -77,13 +77,14 @@
     */
     GpgME::Error start( const std::vector<GpgME::Key> & keys, bool \
allowSecretKeyDeletion=false );  
+    /*! \reimp from Job */
+    void slotCancel();
+
   Q_SIGNALS:
     void result( const GpgME::Error & result, const GpgME::Key & errorKey );
 
   private Q_SLOTS:
     void slotResult( const GpgME::Error & );
-    /*! \reimp from Job */
-    void slotCancel();
 
   private:
     GpgME::Error startAJob();


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

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