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

List:       kde-commits
Subject:    KDE/kdebase/workspace/systemsettings
From:       Dirk Mueller <mueller () kde ! org>
Date:       2007-07-14 15:00:37
Message-ID: 1184425237.362945.6162.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 687858 by mueller:

pedantic--


 M  +1 -1      kcmodulemenu.h  
 M  +2 -2      modulesview.h  


--- trunk/KDE/kdebase/workspace/systemsettings/kcmodulemenu.h #687857:687858
@@ -77,7 +77,7 @@
  */
 class MenuItem {
 public:
-	MenuItem( bool isMenu=false ){ menu = isMenu; };	
+	MenuItem( bool isMenu=false ){ menu = isMenu; }	
 	bool menu;
 	QString subMenu;
 	QString caption;
--- trunk/KDE/kdebase/workspace/systemsettings/modulesview.h #687857:687858
@@ -31,7 +31,7 @@
 {
 
 public:
-	RowIconView( QWidget* parent ): QListWidget( parent ){ };
+	RowIconView( QWidget* parent ): QListWidget( parent ){ }
 		
 	// Figure out the hight/width to have only one row
 	QSize minimumSizeHint() const {
@@ -61,7 +61,7 @@
 		int height = ( 2*h ) + f + spacing() * 2 + 32 + lineWidth()*2 + 10;
 	*/	
 		return QSize( width, height );
-	};
+	}
 };
 
 class QBoxLayout;
[prev in list] [next in list] [prev in thread] [next in thread] 

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