From 7e5e9293e456dbe4486f39a6a2aafcda04722813 Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Tue, 5 Feb 2013 15:35:12 -0500 Subject: [PATCH] reset fix --- sdk/plugins/pp5.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/plugins/pp5.cpp b/sdk/plugins/pp5.cpp index 76b8478..d60e840 100644 --- a/sdk/plugins/pp5.cpp +++ b/sdk/plugins/pp5.cpp @@ -214,7 +214,7 @@ struct PP5Context class PP5Enroll : public UntrainableTransform { Q_OBJECT - Q_PROPERTY(bool detectOnly READ get_detectOnly WRITE set_detectOnly STORED false) + Q_PROPERTY(bool detectOnly READ get_detectOnly WRITE set_detectOnly RESET reset_detectOnly STORED false) BR_PROPERTY(bool, detectOnly, false) Resource contexts; -- libgit2 0.21.4