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

List:       kde-commits
Subject:    playground/pim/krss/resource
From:       Dmitry Ivanov <vonami () gmail ! com>
Date:       2008-07-05 15:55:24
Message-ID: 1215273324.702225.13612.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 828384 by divanov:

Oops, compile++


 M  +4 -4      rssresource.cpp  


--- trunk/playground/pim/krss/resource/rssresource.cpp #828383:828384
@@ -98,7 +98,7 @@
 
         kDebug() << "Request for:" << remoteId;
         SyncFeedJob *job = new SyncFeedJob( m_collections[ remoteId ] );
-        connect( job, SIGNAL( result( KJob* ) ), this, SLOT( \
slotParallelFeedSyncDone( KJob* ) ) ); +        connect( job, SIGNAL( result( KJob* ) \
), this, SLOT( parallelFeedSyncDone( KJob* ) ) );  job->start();
 }
 
@@ -284,7 +284,7 @@
 
         if ( col.hasAttribute( "FeedProperties" ) ) {
                 SyncFeedJob *job = new SyncFeedJob( col );
-                connect( job, SIGNAL( result( KJob* ) ), this, SLOT( \
slotBlockedFeedSyncDone( KJob* ) ) ); +                connect( job, SIGNAL( result( \
KJob* ) ), this, SLOT( blockedFeedSyncDone( KJob* ) ) );  job->start();
         }
         else {
@@ -293,7 +293,7 @@
         }
 }
 
-void RssResource::slotParallelFeedSyncDone( KJob *job )
+void RssResource::parallelFeedSyncDone( KJob *job )
 {
         if ( job->error() ) {
                 kWarning() << "Failed to sync the feed";
@@ -301,7 +301,7 @@
         }
 }
 
-void RssResource::slotBlockedFeedSyncDone( KJob *job )
+void RssResource::blockedFeedSyncDone( KJob *job )
 {
         if ( job->error() ) {
                 kWarning() << "Failed to sync the feed";


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

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