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

List:       kde-commits
Subject:    playground/base/plasma/applets/groupphoto
From:       Laurent Montel <montel () kde ! org>
Date:       2007-07-22 12:32:57
Message-ID: 1185107577.662549.23800.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 690875 by mlaurent:

Add const


 M  +1 -1      groupphoto.cpp  
 M  +1 -1      groupphoto.h  


--- trunk/playground/base/plasma/applets/groupphoto/groupphoto.cpp #690874:690875
@@ -55,7 +55,7 @@
 
 using namespace Plasma;
 
-HitBox::HitBox(QGraphicsItem *parent, QString name, int width)
+HitBox::HitBox(QGraphicsItem *parent, const QString& name, int width)
     : QGraphicsItem(parent)
 {
     m_width = width;
--- trunk/playground/base/plasma/applets/groupphoto/groupphoto.h #690874:690875
@@ -51,7 +51,7 @@
 {
     Q_OBJECT
     public:
-        HitBox(QGraphicsItem *parent, QString name, int width);
+        HitBox(QGraphicsItem *parent, const QString& name, int width);
         ~HitBox();
 
         QRectF boundingRect() const;
[prev in list] [next in list] [prev in thread] [next in thread] 

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