| 556 | } |
| 557 | |
| 558 | void RemoteViewWidget::setSupportedInteractionModes(RemoteViewWidget::InteractionModes modes) |
| 559 | { |
| 560 | m_supportedInteractionModes = modes; |
| 561 | foreach (auto action, m_interactionModeActions->actions()) |
| 562 | action->setVisible(action->data().toInt() & modes); |
| 563 | } |
| 564 | |
| 565 | void RemoteViewWidget::paintEvent(QPaintEvent *event) |
| 566 | { |