Add method to modify XISF Property

This commit is contained in:
2025-08-03 20:40:56 +02:00
parent fa39440b9e
commit c6581e1122
3 changed files with 34 additions and 3 deletions
-2
View File
@@ -17,7 +17,6 @@
************************************************************************/
#include <charconv>
#include <type_traits>
#include <map>
#include <regex>
#include <iomanip>
@@ -403,7 +402,6 @@ Variant variantFromString(Variant::Type type, const String &str)
Variant::Type Variant::type() const
{
int idx = _value.index();
return (Variant::Type)_value.index();
}