From 3b130108d42a0fa84984afbf339b7a8d21a70564 Mon Sep 17 00:00:00 2001 From: bklare Date: Fri, 10 Jul 2015 19:38:29 +0000 Subject: [PATCH] Change to metatransform to support templatelist project --- openbr/plugins/metadata/verifydetection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbr/plugins/metadata/verifydetection.cpp b/openbr/plugins/metadata/verifydetection.cpp index 95636d0..cb13a49 100644 --- a/openbr/plugins/metadata/verifydetection.cpp +++ b/openbr/plugins/metadata/verifydetection.cpp @@ -28,7 +28,7 @@ namespace br * \br_property int index Index of the landmark to be used. * \author Josh Klontz \cite jklontz */ -class VerifyDetectionTransform : public UntrainableTransform +class VerifyDetectionTransform : public UntrainableMetaTransform { Q_OBJECT Q_PROPERTY(int index READ get_index WRITE set_index RESET reset_index STORED false) -- libgit2 0.21.4