fix them all

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
pappeste
2021-06-25 18:33:22 -07:00
committed by Esteban Papp
parent f02957c140
commit 58f8b563d0
22 changed files with 28 additions and 29 deletions
@@ -138,7 +138,7 @@ namespace AudioControls
for (int i = 0; i < size; ++i)
{
QListWidgetItem* listItem = m_connectionList->item(i);
if (listItem && listItem->data(eMDR_ID).toInt() == middlewareControl->GetId())
if (listItem && listItem->data(eMDR_ID).toInt() == static_cast<int>(middlewareControl->GetId()))
{
m_connectionList->clearSelection();
listItem->setSelected(true);