mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Get rid of useless capture
This commit is contained in:
parent
0e0a93914e
commit
2f98a4475f
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ CallManager::CallManager(QObject *parent)
|
|||
player_.setAudioOutput(audioOutput);
|
||||
|
||||
connect(
|
||||
&player_, &QMediaPlayer::mediaStatusChanged, this, [this](QMediaPlayer::MediaStatus status) {
|
||||
&player_, &QMediaPlayer::mediaStatusChanged, this, [](QMediaPlayer::MediaStatus status) {
|
||||
nhlog::ui()->debug("WebRTC: ringtone status {}",
|
||||
QMetaEnum::fromType<QMediaPlayer::MediaStatus>().valueToKey(status));
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue