summary refs log tree commit diff
path: root/src/voip/CallManager.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-12-28 22:30:12 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-12-28 22:30:12 +0100
commitbb290f9fecc48d407c2bc75a64b0e8a94bc3aeba (patch)
tree4a663d6987c615c9c2b01bec903bfe125ee58cf3 /src/voip/CallManager.cpp
parentRemove unused button class (diff)
downloadnheko-bb290f9fecc48d407c2bc75a64b0e8a94bc3aeba.tar.xz
Fix more warnings and remove dead code
Diffstat (limited to 'src/voip/CallManager.cpp')
-rw-r--r--src/voip/CallManager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/voip/CallManager.cpp b/src/voip/CallManager.cpp

index 0f701b0d..b8dbbe4c 100644 --- a/src/voip/CallManager.cpp +++ b/src/voip/CallManager.cpp
@@ -143,6 +143,7 @@ CallManager::CallManager(QObject *parent) connect(&player_, QOverload<QMediaPlayer::Error>::of(&QMediaPlayer::error), + this, [this](QMediaPlayer::Error error) { stopRingtone(); switch (error) {