more fixes for w4267
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user