MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / slotRecordStateChanged

Method slotRecordStateChanged

Plugins/Player/OperatePlayer.cpp:232–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230
231#if HAVE_QT6_RECORD
232void 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

Callers

nothing calls this directly

Calls 1

isCheckableMethod · 0.80

Tested by

no test coverage detected