| 46 | } |
| 47 | |
| 48 | bool RecordController::isRecording() const |
| 49 | { |
| 50 | return m_currentRecordStatus == RecordStatus::Running || m_currentRecordStatus == RecordStatus::Paused; |
| 51 | } |
| 52 | |
| 53 | Notification RecordController::isRecordingChanged() const |
| 54 | { |
no outgoing calls
no test coverage detected