| 2231 | } |
| 2232 | |
| 2233 | void MainWidget::checkActivation() { |
| 2234 | _history->checkActivation(); |
| 2235 | if (_mainSection) { |
| 2236 | _mainSection->checkActivation(); |
| 2237 | } |
| 2238 | } |
| 2239 | |
| 2240 | void MainWidget::showAnimated(QPixmap oldContentCache, bool back) { |
| 2241 | _showAnimation = nullptr; |