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

List:       kde-commits
Subject:    KDE/kdepim/kresources/groupwise/soap
From:       Thorsten Staerk <dev () staerk ! de>
Date:       2005-10-02 20:42:33
Message-ID: 1128285753.225243.8603.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 466509 by tstaerk:

Qt4 has a lot less implicit type conversions -> fix compile


 M  +2 -2      incidenceconverter.cpp  


--- trunk/KDE/kdepim/kresources/groupwise/soap/incidenceconverter.cpp #466508:466509
@@ -68,10 +68,10 @@
     event->setFloats( true );
 
     if ( appointment->startDay != 0 )
-      event->setDtStart( QDate::fromString( QString::fromUtf8( \
appointment->startDay->c_str() ), Qt::ISODate ) ); +      event->setDtStart( \
QDateTime::fromString( QString::fromUtf8( appointment->startDay->c_str() ), \
Qt::ISODate ) );  
     if ( appointment->endDay != 0 )
-      event->setDtEnd( QDate::fromString( QString::fromUtf8( \
appointment->endDay->c_str() ), Qt::ISODate ).addDays( -1 ) ); +      \
event->setDtEnd( QDateTime::fromString( QString::fromUtf8( \
appointment->endDay->c_str() ), Qt::ISODate ).addDays( -1 ) );  kdDebug() << " all \
day event." << endl;  }
   else


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

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