* @brief Refreshes the per-tick frame counter and wall-clock stamp. */
| 42 | * @brief Refreshes the per-tick frame counter and wall-clock stamp. |
| 43 | */ |
| 44 | void Widgets::PainterDataBridge::setFrame(qulonglong frameNumber, qint64 timestampMs) |
| 45 | { |
| 46 | m_frameNumber = frameNumber; |
| 47 | m_frameTimestampMs = timestampMs; |
| 48 | } |
| 49 | |
| 50 | //-------------------------------------------------------------------------------------------------- |
| 51 | // Group accessors |
no outgoing calls
no test coverage detected