summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Palettes/Inspector/ObjectListModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Studio/Palettes/Inspector/ObjectListModel.cpp')
-rw-r--r--src/Authoring/Studio/Palettes/Inspector/ObjectListModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Authoring/Studio/Palettes/Inspector/ObjectListModel.cpp b/src/Authoring/Studio/Palettes/Inspector/ObjectListModel.cpp
index e839f9f2..51e65e56 100644
--- a/src/Authoring/Studio/Palettes/Inspector/ObjectListModel.cpp
+++ b/src/Authoring/Studio/Palettes/Inspector/ObjectListModel.cpp
@@ -79,7 +79,7 @@ int ObjectListModel::rowCount(const QModelIndex &parent) const
const auto handle = handleForIndex(parent);
const auto children = childrenList(m_slideHandle, handle);
- return children.size();
+ return int(children.size());
}
int ObjectListModel::columnCount(const QModelIndex &parent) const