mpviewplugins/mpcollectionviewplugin/src/mpsnapshotwidget.cpp
changeset 41 ea59c434026a
parent 29 8192e5b5c935
equal deleted inserted replaced
32:c163ef0b758d 41:ea59c434026a
    37 MpSnapshotWidget::MpSnapshotWidget( QGraphicsItem *parent )
    37 MpSnapshotWidget::MpSnapshotWidget( QGraphicsItem *parent )
    38     : HbWidget(parent),
    38     : HbWidget(parent),
    39       mSnapshot(0)
    39       mSnapshot(0)
    40 {
    40 {
    41     TX_ENTRY_ARGS( " Parent=" << (void *)parent )
    41     TX_ENTRY_ARGS( " Parent=" << (void *)parent )
       
    42     setFlag( QGraphicsItem::ItemHasNoContents, false );
    42     TX_EXIT
    43     TX_EXIT
    43 }
    44 }
    44 
    45 
    45 /*!
    46 /*!
    46  Destructs the snapshot widget.
    47  Destructs the snapshot widget.