We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8cc8a3 commit 1b9ce71Copy full SHA for 1b9ce71
qt/OpenRGBDialog/OpenRGBDialog.cpp
@@ -1380,7 +1380,7 @@ void OpenRGBDialog::UpdateDevicesList()
1380
| Remove all remaining device information tabs, leaving |
1381
| other information tabs alone |
1382
\*-----------------------------------------------------*/
1383
- for(std::size_t tab_idx = controllers.size(); tab_idx < ui->InformationTabBar->count(); tab_idx++)
+ for(std::size_t tab_idx = controllers.size(); tab_idx < (std::size_t)ui->InformationTabBar->count(); tab_idx++)
1384
{
1385
std::string type_str = ui->InformationTabBar->widget(base_tab)->metaObject()->className();
1386
if(type_str == "Ui::OpenRGBDeviceInfoPage")
0 commit comments