more fixes for w4267

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-07-27 19:11:22 -07:00
parent 95914e3fd6
commit 074e33081f
9 changed files with 16 additions and 16 deletions
@@ -102,7 +102,7 @@ namespace Camera
int CameraListModel::rowCount([[maybe_unused]] const QModelIndex& parent) const
{
return m_cameraItems.size();
return static_cast<int>(m_cameraItems.size());
}
QVariant CameraListModel::data(const QModelIndex& index, int role) const