[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:       2009-09-16 16:39:45
Message-ID: 1253119185.951427.19836.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1024475 by mlaurent:

Fix "Warning: Class HitBox implements the interface QGraphicsItem but does not list \
it in Q_INTERFACES. qobject_cast to QGraphicsItem will not work!"


 M  +1 -0      groupphoto.h  


--- trunk/playground/base/plasma/applets/groupphoto/groupphoto.h #1024474:1024475
@@ -40,6 +40,7 @@
 class HitBox : public QObject, public QGraphicsItem
 {
     Q_OBJECT
+    Q_INTERFACES(QGraphicsItem)
     public:
         HitBox(QGraphicsItem *parent, const QString& name, int width);
         ~HitBox();


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

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