-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.53..v0.2.54 changeset ConfigUtils.h
Garret Voltz edited this page Mar 31, 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 8aa8e30..acb84bf 100644
--- a/hoot-core/src/main/cpp/hoot/core/util/ConfigUtils.h
+++ b/hoot-core/src/main/cpp/hoot/core/util/ConfigUtils.h
@@ -22,12 +22,14 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
- * @copyright Copyright (C) 2015, 2017, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2017, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
*/
#ifndef CONFIGUTILS_H
#define CONFIGUTILS_H
+#include <QStringList>
+
namespace hoot
{
@@ -51,6 +53,12 @@ public:
* activated
*/
static void checkForTagValueTruncationOverride();
+
+ /**
+ * If DuplicateNodeRemover is in the chain, this allows the reader to read the duplicate elements
+ * in so they can be removed by DuplicateNodeRemover.
+ */
+ static void checkForDuplicateElementCorrectionMismatch(const QStringList& ops);
};
}