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 51e65e56..46cc501a 100644
--- a/src/Authoring/Studio/Palettes/Inspector/ObjectListModel.cpp
+++ b/src/Authoring/Studio/Palettes/Inspector/ObjectListModel.cpp
@@ -141,7 +141,7 @@ QVariant ObjectListModel::data(const QModelIndex &index,
}
case IconRole: {
auto info = m_objRefHelper->GetInfo(handle);
- return resourceImageUrl() + CStudioObjectTypes::GetNormalIconName(info.m_Type);
+ return StudioUtils::resourceImageUrl() + CStudioObjectTypes::GetNormalIconName(info.m_Type);
}
case TextColorRole: {
auto bridge = m_core->GetDoc()->GetStudioSystem()->GetClientDataModelBridge();