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

List:       kde-commits
Subject:    KDE/kdeplasma-addons/applets/bball
From:       André Wöbbeking <woebbeking () kde ! org>
Date:       2009-08-08 9:41:56
Message-ID: 1249724516.679835.21729.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1008749 by woebbe:

--warnings

BTW, there're many not initialized members.

 M  +4 -4      bball.cpp  


--- trunk/KDE/kdeplasma-addons/applets/bball/bball.cpp #1008748:1008749
@@ -50,15 +50,15 @@
 bballApplet::bballApplet (QObject * parent, const QVariantList & args):
   Plasma::Applet(parent, args),
   m_radius(50),
+  m_bottom_left(0),
+  m_bottom_right(0),
+  m_bottom(0),
   m_angle(0.0),
   m_ball_img(),
   m_x_vel(0.0),
   m_y_vel(0.0),
   m_circum_vel(0.0),
-  m_mouse_pressed(false),
-  m_bottom_left(0),
-  m_bottom_right(0),
-  m_bottom(0)
+  m_mouse_pressed(false)
 {
   setHasConfigurationInterface (true);
   //TODO figure out why it is not good enough to set it here
[prev in list] [next in list] [prev in thread] [next in thread] 

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