| 125 | } |
| 126 | |
| 127 | void RemoteViewServer::checkRequestUpdate() |
| 128 | { |
| 129 | if (isActive() && !m_updateTimer->isActive() && m_clientReady && m_grabberReady && m_sourceChanged) |
| 130 | m_updateTimer->start(); |
| 131 | } |
| 132 | |
| 133 | void RemoteViewServer::sendKeyEvent(int type, int key, int modifiers, const QString &text, |
| 134 | bool autorep, ushort count) |