Commit 7e5e9293e456dbe4486f39a6a2aafcda04722813
1 parent
4f0963bf
reset 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 STORED false) | |
| 217 | + Q_PROPERTY(bool detectOnly READ get_detectOnly WRITE set_detectOnly RESET reset_detectOnly STORED false) | |
| 218 | 218 | BR_PROPERTY(bool, detectOnly, false) |
| 219 | 219 | Resource<PP5Context> contexts; |
| 220 | 220 | ... | ... |