From 815acc9ba0a2265fb92056436994c0270506e700 Mon Sep 17 00:00:00 2001
From: Ammar Nejati <a.nejati@fz-juelich.de>
Date: Fri, 25 Feb 2022 09:30:10 +0100
Subject: [PATCH] SessionXML: Add note about `auto` substitution

---
 GUI/Model/Model/SessionXML.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GUI/Model/Model/SessionXML.h b/GUI/Model/Model/SessionXML.h
index dcc3b19be0f..7dfe6cf334b 100644
--- a/GUI/Model/Model/SessionXML.h
+++ b/GUI/Model/Model/SessionXML.h
@@ -26,7 +26,7 @@ class MessageService;
 class QUuid;
 
 namespace GUI::Session::XML {
-
+// NOTE: `auto` will be replaced by `const char* const`
 constexpr auto ItemMimeType = "application/org.bornagainproject.xml.item.z";
 constexpr auto LinkMimeType = "application/org.bornagainproject.fittinglink";
 constexpr auto InstrumentModelTag("InstrumentModel");
-- 
GitLab