summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Palettes/Inspector/InspectorControlModel.h
diff options
context:
space:
mode:
authorMahmoud Badri <mahmoud.badri@qt.io>2019-02-22 10:26:16 +0200
committerMahmoud Badri <mahmoud.badri@qt.io>2019-02-22 08:56:38 +0000
commitc9d077037e44d49180b53bfdd32bd1e669725567 (patch)
tree04e1063b08fc5f4b8dfbb62c3899365a423ba0d6 /src/Authoring/Studio/Palettes/Inspector/InspectorControlModel.h
parent05ec6f079013b7000288f43e4f219bce5ec2952b (diff)
Refresh variants model after edits
Task-number: QT3DS-3091 Change-Id: I8fb23bf9c0508ceed98a1d0917005e070ea76531 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Authoring/Studio/Palettes/Inspector/InspectorControlModel.h')
-rw-r--r--src/Authoring/Studio/Palettes/Inspector/InspectorControlModel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Authoring/Studio/Palettes/Inspector/InspectorControlModel.h b/src/Authoring/Studio/Palettes/Inspector/InspectorControlModel.h
index 23205050..5e7b92c2 100644
--- a/src/Authoring/Studio/Palettes/Inspector/InspectorControlModel.h
+++ b/src/Authoring/Studio/Palettes/Inspector/InspectorControlModel.h
@@ -171,7 +171,7 @@ private:
}
};
- mutable QVector<GroupInspectorControl> m_groupElements;
+ QVector<GroupInspectorControl> m_groupElements;
CInspectableBase *m_inspectableBase = nullptr;
SGuideInspectableImpl *m_guideInspectable = nullptr;