~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/graphicsobjectnodeinstance.cpp

  • Committer: Timo Jyrinki
  • Date: 2013-12-02 09:16:15 UTC
  • mfrom: (1.1.29)
  • Revision ID: timo.jyrinki@canonical.com-20131202091615-xbj1os1f604ber1m
New upstream release candidate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
GraphicsObjectNodeInstance::GraphicsObjectNodeInstance(QGraphicsObject *graphicsObject)
45
45
   : ObjectNodeInstance(graphicsObject),
46
 
   m_isMovable(true)
 
46
     m_hasContent(true),
 
47
     m_isMovable(true)
47
48
{
48
49
    QGraphicsItemPrivate::get(graphicsObject)->sendParentChangeNotification = 1;
49
50
}