equal
deleted
inserted
replaced
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 |