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

List:       kde-commits
Subject:    KDE/kdepim/kmail
From:       Andrew Coles <andrew_coles () yahoo ! co ! uk>
Date:       2007-11-30 13:00:20
Message-ID: 1196427620.708765.23220.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 743268 by coles:

Workaround for gcc v3.x parse error.



 M  +2 -1      kmfoldercachedimap.cpp  
 M  +2 -1      kmfolderimap.cpp  


--- trunk/KDE/kdepim/kmail/kmfoldercachedimap.cpp #743267:743268
@@ -2146,7 +2146,8 @@
     AnnotationJobs::MultiUrlGetAnnotationJob *job =
       AnnotationJobs::multiUrlGetAnnotation(
         mAccount->slave(), mAccount->getUrl(), paths, KOLAB_FOLDERTYPE );
-    ImapAccountBase::jobData jd( QString(), folder() );
+    const QString dummystring;
+    ImapAccountBase::jobData jd( dummystring, folder() );
     jd.cancellable = true;
     mAccount->insertJob( job, jd );
     connect( job, SIGNAL( result( KJob * ) ),
--- trunk/KDE/kdepim/kmail/kmfolderimap.cpp #743267:743268
@@ -1386,7 +1386,8 @@
   for ( uid = (*it).items.begin(); uid != (*it).items.end(); ++uid ) {
     (*uid).truncate( (*uid).indexOf( "," ) );
   }
-  ImapAccountBase::jobData jd( QString(), (*it).parent );
+  const QString dummystring;
+  ImapAccountBase::jobData jd( dummystring, (*it).parent );
   jd.total = (*it).items.count();
   if ( jd.total == 0 ) {
     finishMailCheck( "listfolder", imapFinished );
[prev in list] [next in list] [prev in thread] [next in thread] 

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