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

List:       kde-commits
Subject:    kdelibs/arts/kde
From:       Simon Hausmann <hausmann () kde ! org>
Date:       2003-09-07 16:14:28
[Download RAW message or body]

CVS commit by hausmann: 

- changed order of explicit initialization, to fix gcc warning


  M +2 -2      kvideowidget.cpp   1.17


--- kdelibs/arts/kde/kvideowidget.cpp  #1.16:1.17
@@ -75,6 +75,6 @@ bool KFullscreenVideoWidget::x11Event( X
 
 KVideoWidget::KVideoWidget( KXMLGUIClient *clientParent, QWidget *parent, const char *name, WFlags f )
-    : QWidget( parent, name, f )
-    , KXMLGUIClient( clientParent )
+    : KXMLGUIClient( clientParent ),
+    QWidget( parent, name, f )
 {
         init();


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

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