summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Palettes/Inspector/InspectorControlView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Studio/Palettes/Inspector/InspectorControlView.h')
-rw-r--r--src/Authoring/Studio/Palettes/Inspector/InspectorControlView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Authoring/Studio/Palettes/Inspector/InspectorControlView.h b/src/Authoring/Studio/Palettes/Inspector/InspectorControlView.h
index 400a26b4..3d62938f 100644
--- a/src/Authoring/Studio/Palettes/Inspector/InspectorControlView.h
+++ b/src/Authoring/Studio/Palettes/Inspector/InspectorControlView.h
@@ -120,6 +120,7 @@ private:
bool canOpenInInspector(int instance, int handle) const;
void openInInspector();
void onInstancePropertyValueChanged(qt3dsdm::Qt3DSDMPropertyHandle propertyHandle);
+ void onChildAdded(int inChild);
std::shared_ptr<qt3dsdm::ISignalConnection> m_selectionChangedConnection;
std::shared_ptr<qt3dsdm::ISignalConnection> m_timeChanged;
@@ -138,6 +139,7 @@ private:
QPointer<DataInputSelectView> m_dataInputChooserView;
std::vector<Q3DStudio::CFilePath> m_fileList;
MouseHelper m_mouseHelper;
+ std::vector<std::shared_ptr<qt3dsdm::ISignalConnection>> m_connections;
int m_instance;
int m_handle;