Fix linux compilation (again)

This commit is contained in:
baldurk
2019-09-07 12:06:05 +01:00
parent 7fe044faaf
commit 54291b0e29
+1 -1
View File
@@ -1135,7 +1135,7 @@ private:
}
else if(vt == QMetaType::ULongLong)
{
ret = Formatter::Format(v.toULongLong(), el.hex);
ret = Formatter::Format((uint64_t)v.toULongLong(), el.hex);
}
else if(vt == QMetaType::LongLong)
{