| 334 | } |
| 335 | |
| 336 | bool RemoteViewWidget::hasValidCompleteFrame() const |
| 337 | { |
| 338 | return m_frame.isValid() |
| 339 | && (m_frame.image().size() / m_frame.image().devicePixelRatio()) |
| 340 | == m_frame.viewRect().size().toSize(); |
| 341 | } |
| 342 | |
| 343 | int RemoteViewWidget::flagRole() const |
| 344 | { |