(#477) Fixed missing updates after toggle or delete of ViewLinker

Fixed missing delete of ViewLinker child objects
This commit is contained in:
Jacob Støren
2015-09-13 21:26:09 +02:00
parent f81cf98580
commit 1e232c23c5
5 changed files with 64 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ public:
void configureOverrides();
void updateOptionSensitivity();
void removeOverrides();
protected:
virtual void fieldChangedByUi(const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue);