PR feedback

This commit is contained in:
Ken Cooke 2016-08-24 10:19:09 -07:00
parent 8fbf5a9e8b
commit b4d143fe13

View file

@ -82,10 +82,7 @@ public:
void run() override {
while (!_quit) {
//qDebug() << "Checking for audio device changes...";
_audioClient->checkDevices();
QThread::msleep(DEVICE_CHECK_INTERVAL_MSECS);
}
}