QApplication::beep() broken on many systems. Use another API for BEL
instead
#985
Labels
blocker:office
Bug reported by my colleges, and hence should be fixed ASAP. :)
bug
Something isn't working
enhancement
New feature or request
As reported by @cqexbesd,
BEL
is not working, even thoughQApplication::beep()
is being invoked. Googling for that turns out that this doesn't seem to always work and other people's fix was to simply not use it but other APIs, e.g. QMediaPlayer from QtMultimedia.This seems as simple as:
But while being at it, why not making it (per profile) configurable, such that users can tweak what's about to be played when
BEL
is being processed.NB: In case of
BEL
spam, a new sound must not be played if an old one is still playing.The text was updated successfully, but these errors were encountered: