Skip to content

v0.2.48..v0.2.49 changeset NoInformationCriterion.h

Garret Voltz edited this page Oct 2, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/criterion/NoInformationCriterion.h b/hoot-core/src/main/cpp/hoot/core/criterion/NoInformationCriterion.h
index 91011d7..fe8d8ef 100644
--- a/hoot-core/src/main/cpp/hoot/core/criterion/NoInformationCriterion.h
+++ b/hoot-core/src/main/cpp/hoot/core/criterion/NoInformationCriterion.h
@@ -58,6 +58,10 @@ public:
 
   virtual QString getDescription() const { return "Identifies features with no useful information"; }
 
+  virtual QString toString() const override
+  { return QString::fromStdString(className()).remove("hoot::"); }
+
+
 private:
 
   bool _treatReviewTagsAsMetadata;
Clone this wiki locally