Fixed issue with NotificationAudio fatal error causing segfault

This commit is contained in:
Jordan Sherer 2019-11-29 22:25:37 -05:00
parent eaff44aa38
commit 1e41c5e792

View File

@ -31,7 +31,6 @@ void NotificationAudio::status(QString message){
void NotificationAudio::error(QString message){
qDebug() << "notification error:" << message;
stop();
}
void NotificationAudio::setDevice(const QAudioDeviceInfo &device, unsigned channels, unsigned msBuffer){