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

List:       kde-commits
Subject:    KDE/kdepim/plugins/kmail/bodypartformatter (silent)
From:       Arto Hytönen <amthpublic () gmail ! com>
Date:       2007-08-16 6:30:08
Message-ID: 1187245808.242154.6913.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 700667 by amth:

SVN_SILENT for some reason skipped over kdepim/plugins for QString::null Krazy issue \
16 fixes...


 M  +4 -4      text_calendar.cpp  


--- trunk/KDE/kdepim/plugins/kmail/bodypartformatter/text_calendar.cpp #700666:700667
@@ -206,7 +206,7 @@
                                 true, // RSVP, otherwise we would not be here
                                 status,
                                 myself ? myself->role() : heuristicalRole( incidence \
                ),
-                                myself ? myself->uid() : QString::null );
+                                myself ? myself->uid() : QString::null \
);	//krazy:exclude=nullstrassign for old broken gcc  if ( myself ) {
         newMyself->setDelegate( myself->delegate() );
         newMyself->setDelegator( myself->delegator() );
@@ -226,7 +226,7 @@
     };
 
     bool mail( Incidence* incidence, KMail::Callback& callback, const QString \
                &status,
-               Scheduler::Method method = Scheduler::Reply, const QString &to = \
QString::null, +               Scheduler::Method method = Scheduler::Reply, const \
QString &to = QString::null,	//krazy:exclude=nullstrassign for old broken gcc  \
MailType type = Answer ) const  {
       //status is accepted/tentative/declined
@@ -274,7 +274,7 @@
       // (https://intevation.de/roundup/kolab/issue758)
       QString error;
       QString dbusService;
-      int result = KDBusServiceStarter::self()->findServiceFor( "DBUS/Organizer", \
QString::null, &error, &dbusService ); +      int result = \
KDBusServiceStarter::self()->findServiceFor( "DBUS/Organizer", QString::null, &error, \
&dbusService );	//krazy:exclude=nullstrassign for old broken gcc  if ( result == 0 ) \
                {
         // OK, so korganizer (or kontact) is running. Now ensure the object we want \
                is available
         // [that's not the case when kontact was already running, but korganizer not \
loaded into it...] @@ -383,7 +383,7 @@
                                     true, // RSVP, otherwise we would not be here
                                     status,
                                     heuristicalRole( incidence ),
-                                    QString::null );
+                                    QString::null );	//krazy:exclude=nullstrassign \
for old broken gcc  incidence->clearAttendees();
           incidence->addAttendee( newMyself );
           ok = mail( incidence, callback, dir, Scheduler::Reply );


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

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