equal
deleted
inserted
replaced
214 static_cast<QGraphicsLinearLayout *>(mPageWallpaperLayer->layout()); |
214 static_cast<QGraphicsLinearLayout *>(mPageWallpaperLayer->layout()); |
215 layout->removeAt(index); |
215 layout->removeAt(index); |
216 mPageWallpaperLayer->resize( |
216 mPageWallpaperLayer->resize( |
217 layout->count() * size().width(), size().height()); |
217 layout->count() * size().width(), size().height()); |
218 } |
218 } |
|
219 mPageIndicator->removeItem(index); |
219 } |
220 } |
220 |
221 |
221 /*! |
222 /*! |
222 \fn HsIdleWidget::controlLayer() const |
223 \fn HsIdleWidget::controlLayer() const |
223 |
224 |