summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Palettes/Inspector/InspectorControlView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Studio/Palettes/Inspector/InspectorControlView.cpp')
-rw-r--r--src/Authoring/Studio/Palettes/Inspector/InspectorControlView.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Authoring/Studio/Palettes/Inspector/InspectorControlView.cpp b/src/Authoring/Studio/Palettes/Inspector/InspectorControlView.cpp
index d6026579..8b545e61 100644
--- a/src/Authoring/Studio/Palettes/Inspector/InspectorControlView.cpp
+++ b/src/Authoring/Studio/Palettes/Inspector/InspectorControlView.cpp
@@ -434,7 +434,7 @@ QObject *InspectorControlView::showObjectReference(int handle, int instance, con
m_objectReferenceModel->excludeObjectTypes(QVector<EStudioObjectType>());
}
- disconnect(m_objectReferenceView);
+ disconnect(m_objectReferenceView, nullptr, nullptr, nullptr);
IObjectReferenceHelper *objRefHelper = doc->GetDataModelObjectReferenceHelper();
if (objRefHelper) {