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

List:       kde-commits
Subject:    KDE/kdebase/workspace/systemsettings
From:       Bill Egert <begert () gmail ! com>
Date:       2008-01-13 23:10:19
Message-ID: 1200265819.914924.14535.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 761046 by begert:

-Fix compile warning.

 M  +7 -1      menuitem.cpp  


--- trunk/KDE/kdebase/workspace/systemsettings/menuitem.cpp #761045:761046
@@ -21,7 +21,13 @@
 #include "menuitem.h"
 
 MenuItem::MenuItem( bool isMenu, MenuItem * itsParent )
-    : menu( isMenu ), parent( itsParent ), service( 0 )
+    : parent( itsParent ),
+      menu( isMenu ),
+      name( QString() ),
+      caption( QString() ),
+      service( NULL ),
+      item( NULL )
+    
 {
     if ( parent ) {
         parent->children.append( this );
[prev in list] [next in list] [prev in thread] [next in thread] 

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