Commit d660fd0842d1e157b4543ed8995c4608ade8c0ae
1 parent
c4d9dfbc
Fix br -objects
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/stream.cpp
| @@ -1261,7 +1261,7 @@ public: | @@ -1261,7 +1261,7 @@ public: | ||
| 1261 | { | 1261 | { |
| 1262 | } | 1262 | } |
| 1263 | 1263 | ||
| 1264 | - Q_PROPERTY(br::Transform *transform READ get_transform WRITE set_transform STORED false) | 1264 | + Q_PROPERTY(br::Transform *transform READ get_transform WRITE set_transform RESET reset_transform STORED false) |
| 1265 | Q_PROPERTY(int activeFrames READ get_activeFrames WRITE set_activeFrames RESET reset_activeFrames) | 1265 | Q_PROPERTY(int activeFrames READ get_activeFrames WRITE set_activeFrames RESET reset_activeFrames) |
| 1266 | BR_PROPERTY(br::Transform *, transform, NULL) | 1266 | BR_PROPERTY(br::Transform *, transform, NULL) |
| 1267 | BR_PROPERTY(int, activeFrames, 100) | 1267 | BR_PROPERTY(int, activeFrames, 100) |