Skip to content

v0.2.49..v0.2.50 changeset UuidHelper.h

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/util/UuidHelper.h b/hoot-core/src/main/cpp/hoot/core/util/UuidHelper.h
index ac7c959..57d9cbf 100644
--- a/hoot-core/src/main/cpp/hoot/core/util/UuidHelper.h
+++ b/hoot-core/src/main/cpp/hoot/core/util/UuidHelper.h
@@ -36,6 +36,8 @@ namespace hoot
 /**
  * The UuidHelper provides a number of convenience functions when working with UUID. Many of these
  * functions become irrelevant with Qt 5.0+, but we're targetting Qt 4.7 now.
+ *
+ * @todo We're at Qt 5 now, so let's clean this up.
  */
 class UuidHelper
 {
Clone this wiki locally