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

List:       kde-commits
Subject:    branches/KDE/3.5/kdepim/kresources/kolab/kcal
From:       Dirk Mueller <mueller () kde ! org>
Date:       2006-01-04 8:40:41
Message-ID: 1136364041.644539.22981.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 494183 by mueller:

avoid compiler warning


 M  +3 -2      journal.cpp  


--- branches/KDE/3.5/kdepim/kresources/kolab/kcal/journal.cpp #494182:494183
@@ -139,9 +139,10 @@
       continue;
     if ( n.isElement() ) {
       QDomElement e = n.toElement();
-      if ( !loadAttribute( e ) )
+      if ( !loadAttribute( e ) ) {
         // Unhandled tag - save for later storage
-        ;//qDebug( "Unhandled tag: %s", e.toCString().data() );
+        //qDebug( "Unhandled tag: %s", e.toCString().data() );
+      }
     } else
       qDebug( "Node is not a comment or an element???" );
   }
[prev in list] [next in list] [prev in thread] [next in thread] 

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