mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 20:58:38 +02:00
PR feedback
This commit is contained in:
parent
8fbf5a9e8b
commit
b4d143fe13
1 changed files with 0 additions and 3 deletions
|
@ -82,10 +82,7 @@ public:
|
||||||
|
|
||||||
void run() override {
|
void run() override {
|
||||||
while (!_quit) {
|
while (!_quit) {
|
||||||
|
|
||||||
//qDebug() << "Checking for audio device changes...";
|
|
||||||
_audioClient->checkDevices();
|
_audioClient->checkDevices();
|
||||||
|
|
||||||
QThread::msleep(DEVICE_CHECK_INTERVAL_MSECS);
|
QThread::msleep(DEVICE_CHECK_INTERVAL_MSECS);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue