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

List:       kde-commits
Subject:    branches/work/akonadi-ports/kdepim/korganizer (silent)
From:       Sebastian Sauer <mail () dipe ! org>
Date:       2009-11-11 18:38:25
Message-ID: 1257964705.868233.9564.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1047660 by sebsauer:

add a comment. SVN_SILENT

 M  +2 -0      incidencechanger.cpp  


--- branches/work/akonadi-ports/kdepim/korganizer/incidencechanger.cpp \
#1047659:1047660 @@ -431,6 +431,8 @@
   //the sub-mimetype of text/calendar as defined at \
kdepim/akonadi/kcal/kcalmimetypevisitor.cpp  item.setMimeType( \
QString::fromLatin1("application/x-vnd.akonadi.calendar.%1").arg(QLatin1String(incidence->type().toLower())) \
); //PENDING(AKONADI_PORT) shouldn't be hardcoded?  ItemCreateJob *job = new \
ItemCreateJob( item, collection ); +  // The connection needs to be queued to be sure \
addIncidenceFinished is called after the kjob finished +  // it's eventloop. That's \
needed cause KOGroupware uses synchron job->exec() calls.  connect( job, SIGNAL( \
result(KJob*)), this, SLOT( addIncidenceFinished(KJob*) ), Qt::QueuedConnection );  \
return true;  }


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

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