| 236 | } |
| 237 | |
| 238 | void ClassicComicsView::toFullScreen() |
| 239 | { |
| 240 | comicFlow->hide(); |
| 241 | comicFlow->setCenterIndex(comicFlow->centerIndex()); |
| 242 | comics->hide(); |
| 243 | |
| 244 | // showFullScreen() //parent windows |
| 245 | |
| 246 | comicFlow->show(); |
| 247 | comicFlow->setFocus(Qt::OtherFocusReason); |
| 248 | } |
| 249 | |
| 250 | void ClassicComicsView::toNormal() |
| 251 | { |
nothing calls this directly
no test coverage detected