Fixed issue with NotificationAudio fatal error causing segfault
This commit is contained in:
@@ -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){
|
||||||
|
|||||||
Reference in New Issue
Block a user