Skip to content

Commit

Permalink
fix: send Audio Mono Changed SIGNAL
Browse files Browse the repository at this point in the history
send Audio Mono Changed SIGNAL

Log: send Audio Mono Changed SIGNAL
pms: BUG-292137
  • Loading branch information
swq authored and deepin-bot[bot] committed Dec 19, 2024
1 parent af2e8de commit 25a2734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin-sound/operation/sounddbusproxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@ void SoundDBusProxy::setAudioMono(bool audioMono)
connect(watcher, &QDBusPendingCallWatcher::finished, this, [this, call, watcher] {
if (call.isError()) {
qWarning() << " set Audio Mono error: " << call.error().message();
Q_EMIT AudioMonoChanged(this->audioMono());
}
Q_EMIT AudioMonoChanged(this->audioMono());
watcher->deleteLater();
});
}

0 comments on commit 25a2734

Please sign in to comment.