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

List:       kde-commits
Subject:    kdepim/certmanager
From:       Marc Mutz <Marc.Mutz () uni-bielefeld ! de>
Date:       2004-05-05 11:42:05
Message-ID: 20040505114205.3FB1D9263 () office ! kde ! org
[Download RAW message or body]

CVS commit by mutz: 

Remove all occurences of 4-arg progress signals.


  M +0 -2      certmanager.cpp   1.97
  M +1 -1      lib/kleo/hierarchicalkeylistjob.cpp   1.4
  M +0 -1      lib/kleo/job.h   1.7
  M +1 -1      lib/kleo/multideletejob.cpp   1.8
  M +0 -6      lib/ui/progressdialog.cpp   1.8
  M +0 -1      lib/ui/progressdialog.h   1.6


--- kdepim/certmanager/certmanager.cpp  #1.96:1.97
@@ -405,6 +405,4 @@ void CertManager::connectJobToStatusBarP
   if ( !initialText.isEmpty() )
     statusBar()->message( initialText );
-  connect( job, SIGNAL(progress(const QString&,int,int,int)),
-           mProgressBar, SLOT(slotProgress(const QString&,int,int,int)) );
   connect( job, SIGNAL(progress(const QString&,int,int)),
            mProgressBar, SLOT(slotProgress(const QString&,int,int)) );

--- kdepim/certmanager/lib/kleo/hierarchicalkeylistjob.cpp  #1.3:1.4
@@ -132,5 +132,5 @@ void Kleo::HierarchicalKeyListJob::slotR
   const int current = mIt - mKeys.begin();
   const int total = mKeys.size();
-  emit progress( i18n("progress info: \"%1 of %2\"","%1/%2").arg( current ).arg( \
total ), 0, current, total ); +  emit progress( i18n("progress info: \"%1 of \
%2\"","%1/%2").arg( current ).arg( total ), current, total );  #endif
 }

--- kdepim/certmanager/lib/kleo/job.h  #1.6:1.7
@@ -72,5 +72,4 @@ namespace Kleo {
   signals:
     void progress( const QString & what, int current, int total );
-    void progress( const QString & what, int type, int current, int total );
     void done();
   };

--- kdepim/certmanager/lib/kleo/multideletejob.cpp  #1.7:1.8
@@ -93,5 +93,5 @@ void Kleo::MultiDeleteJob::slotResult( c
   const int current = mIt - mKeys.begin();
   const int total = mKeys.size();
-  emit progress( i18n("progress info: \"%1 of %2\"","%1/%2").arg( current ).arg( \
total ), 0, current, total ); +  emit progress( i18n("progress info: \"%1 of \
%2\"","%1/%2").arg( current ).arg( total ), current, total );  }
 

--- kdepim/certmanager/lib/ui/progressdialog.cpp  #1.7:1.8
@@ -57,6 +57,4 @@ Kleo::ProgressDialog::ProgressDialog( Jo
   setProgress( 0, 0 ); // activate busy indicator
 
-  connect( job, SIGNAL(progress(const QString&,int,int,int)),
-           SLOT(slotProgress(const QString&,int,int,int)) );
   connect( job, SIGNAL(progress(const QString&,int,int)),
            SLOT(slotProgress(const QString&,int,int)) );
@@ -78,8 +76,4 @@ void Kleo::ProgressDialog::setMinimumDur
 }
 
-void Kleo::ProgressDialog::slotProgress( const QString & what, int, int current, int \
                total ) {
-  slotProgress( what, current, total );
-}
-
 void Kleo::ProgressDialog::slotProgress( const QString & what, int current, int \
total ) {  kdDebug(5150) << "Kleo::ProgressDialog::slotProgress( \"" << what << "\", \
"

--- kdepim/certmanager/lib/ui/progressdialog.h  #1.5:1.6
@@ -57,5 +57,4 @@ namespace Kleo {
   private slots:
     void slotProgress( const QString & what, int current, int total );
-    void slotProgress( const QString & what, int type, int current, int total );
     void slotDone();
   private:


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

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