Skip to content

v0.2.54..v0.2.55 changeset ConfigUtils.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/util/ConfigUtils.h b/hoot-core/src/main/cpp/hoot/core/util/ConfigUtils.h
index acb84bf..c3f6d74 100644
--- a/hoot-core/src/main/cpp/hoot/core/util/ConfigUtils.h
+++ b/hoot-core/src/main/cpp/hoot/core/util/ConfigUtils.h
@@ -59,6 +59,14 @@ public:
    * in so they can be removed by DuplicateNodeRemover.
    */
   static void checkForDuplicateElementCorrectionMismatch(const QStringList& ops);
+
+  /**
+   * Removes an entry from a list configuration option globally
+   *
+   * @param opKey key of the configuration option to remove a member from
+   * @param entryToRemove value of the list member from the configuration option to remove
+   */
+  static void removeListOpEntry(const QString& opName, const QString& entryToRemove);
 };
 
 }
Clone this wiki locally