| 172 | } |
| 173 | |
| 174 | void ThanosEffect::setGeometry(QRect rect) { |
| 175 | if (const auto w = surfaceWidget()) { |
| 176 | if (w->isVisible()) { |
| 177 | w->setGeometry(rect); |
| 178 | } |
| 179 | } |
| 180 | } |
| 181 | |
| 182 | void ThanosEffect::raise() { |
| 183 | if (const auto w = surfaceWidget()) { |
no test coverage detected