| 230 | |
| 231 | #if HAVE_QT6_RECORD |
| 232 | void COperatePlayer::slotRecordStateChanged(QMediaRecorder::RecorderState state) |
| 233 | { |
| 234 | if(QMediaRecorder::StoppedState == state |
| 235 | && m_Player.m_paRecord->isCheckable()) |
| 236 | m_Player.m_paRecord->setChecked(false); |
| 237 | } |
| 238 | #endif // HAVE_QT6_RECORD |
| 239 | |
| 240 | #endif // HAVE_QVideoWidget |
nothing calls this directly
no test coverage detected