From 4f0963bf59b9a5676a1f0c04cd1e3b33e332908a Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Tue, 5 Feb 2013 15:28:25 -0500 Subject: [PATCH] initialization 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 0feb2a8..76b8478 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) + Q_PROPERTY(bool detectOnly READ get_detectOnly WRITE set_detectOnly STORED false) BR_PROPERTY(bool, detectOnly, false) Resource contexts; -- libgit2 0.21.4