src/hbcore/gui/hbtoolbar.cpp
changeset 28 b7da29130b0e
parent 23 e6ad4ef83b23
child 30 80e4d18b72f5
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
   211 {
   211 {
   212     Q_D(HbToolBar);
   212     Q_D(HbToolBar);
   213     d->q_ptr = this;
   213     d->q_ptr = this;
   214     d->init();
   214     d->init();
   215     setFlag(QGraphicsItem::ItemIsPanel);
   215     setFlag(QGraphicsItem::ItemIsPanel);
   216 
   216     setFlag(QGraphicsItem::ItemHasNoContents, true);
   217 }
   217 }
   218 
   218 
   219 /*!
   219 /*!
   220     Protected constructor.
   220     Protected constructor.
   221 */
   221 */