summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Palettes/Inspector/InspectorControlModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Studio/Palettes/Inspector/InspectorControlModel.h')
-rw-r--r--src/Authoring/Studio/Palettes/Inspector/InspectorControlModel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Authoring/Studio/Palettes/Inspector/InspectorControlModel.h b/src/Authoring/Studio/Palettes/Inspector/InspectorControlModel.h
index 89b3e26a..a3140b3e 100644
--- a/src/Authoring/Studio/Palettes/Inspector/InspectorControlModel.h
+++ b/src/Authoring/Studio/Palettes/Inspector/InspectorControlModel.h
@@ -188,6 +188,7 @@ private:
std::vector<MaterialEntry> m_materials;
std::vector<MaterialDataEntry> m_matDatas;
std::vector<Q3DStudio::CFilePath> m_cachedMatDatas;
+ qt3dsdm::Qt3DSDMInstanceHandle m_refMaterial;
Q3DStudio::CUpdateableDocumentEditor m_UpdatableEditor;
@@ -233,7 +234,7 @@ private:
int groupIndex);
QVector<GroupInspectorControl> computeTree(CInspectableBase *inspectBase);
- bool isTreeRebuildRequired(CInspectableBase *inspectBase) const;
+ bool isTreeRebuildRequired(CInspectableBase *inspectBase);
GroupInspectorControl computeGroup(CInspectableBase* inspectBase,
int theIndex, bool disableAnimation = false,