Fixed issue with NotificationAudio fatal error causing segfault
This commit is contained in:
parent
eaff44aa38
commit
1e41c5e792
@ -31,7 +31,6 @@ void NotificationAudio::status(QString message){
|
|||||||
|
|
||||||
void NotificationAudio::error(QString message){
|
void NotificationAudio::error(QString message){
|
||||||
qDebug() << "notification error:" << message;
|
qDebug() << "notification error:" << message;
|
||||||
stop();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void NotificationAudio::setDevice(const QAudioDeviceInfo &device, unsigned channels, unsigned msBuffer){
|
void NotificationAudio::setDevice(const QAudioDeviceInfo &device, unsigned channels, unsigned msBuffer){
|
||||||
|
Loading…
Reference in New Issue
Block a user