src/hbcore/gui/hbscreen.cpp
changeset 7 923ff622b8b9
parent 6 c3690ec91ef8
child 21 4633027730f5
child 34 ed14f46c0e55
equal deleted inserted replaced
6:c3690ec91ef8 7:923ff622b8b9
   176     if (mDock) {
   176     if (mDock) {
   177         connect(&HbDockWidgetPrivate::d_ptr(mDock)->core, SIGNAL(visibilityChanged()), this, SLOT(decoratorVisibilityChanged()));
   177         connect(&HbDockWidgetPrivate::d_ptr(mDock)->core, SIGNAL(visibilityChanged()), this, SLOT(decoratorVisibilityChanged()));
   178     }
   178     }
   179 }
   179 }
   180 
   180 
   181 void HbScreen::setGeometry(const QRectF &rect)
       
   182 {
       
   183     prepareGeometryChange();
       
   184     HbWidget::setGeometry(rect);
       
   185 }
       
   186 
       
   187 
       
   188 Qt::Orientation HbScreen::toolBarOrientation() const
   181 Qt::Orientation HbScreen::toolBarOrientation() const
   189 {
   182 {
   190     return (Qt::Orientation)mToolBarOrientation;
   183     return (Qt::Orientation)mToolBarOrientation;
   191 }
   184 }
   192 
   185