From 86106e4562a8bab7744db57c3a03d4186b0ce06c Mon Sep 17 00:00:00 2001 From: JoergAtGithub Date: Thu, 17 Feb 2022 00:54:22 +0100 Subject: [PATCH] Use return {}; --- src/controllers/hid/hidiothread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/hid/hidiothread.cpp b/src/controllers/hid/hidiothread.cpp index c15e90aaf459..c4e2eb27b450 100644 --- a/src/controllers/hid/hidiothread.cpp +++ b/src/controllers/hid/hidiothread.cpp @@ -291,7 +291,7 @@ QByteArray HidIoThread::getFeatureReport( << m_deviceInfo.serialNumber() << ":" << mixxx::convertWCStringToQString( hid_error(m_pHidDevice), kMaxHidErrorMessageSize); - return QByteArray(); + return {}; } lock.unlock();