Commit 4f0963bf59b9a5676a1f0c04cd1e3b33e332908a

Authored by Josh Klontz
1 parent 5c240d3e

initialization fix

Showing 1 changed file with 1 additions and 1 deletions
sdk/plugins/pp5.cpp
... ... @@ -214,7 +214,7 @@ struct PP5Context
214 214 class PP5Enroll : public UntrainableTransform
215 215 {
216 216 Q_OBJECT
217   - Q_PROPERTY(bool detectOnly READ get_detectOnly WRITE set_detectOnly)
  217 + Q_PROPERTY(bool detectOnly READ get_detectOnly WRITE set_detectOnly STORED false)
218 218 BR_PROPERTY(bool, detectOnly, false)
219 219 Resource<PP5Context> contexts;
220 220  
... ...