diff --git a/libsrc/leddevice/LedDeviceWrapper.cpp b/libsrc/leddevice/LedDeviceWrapper.cpp index 4c683301..ee6a1d54 100644 --- a/libsrc/leddevice/LedDeviceWrapper.cpp +++ b/libsrc/leddevice/LedDeviceWrapper.cpp @@ -146,5 +146,5 @@ void LedDeviceWrapper::stopDeviceThread() QThread* oldThread = _ledDevice->thread(); delete _ledDevice; // fast desctruction oldThread->quit(); // non blocking - oldThread->wait(); + oldThread->wait(); }