build fix for older Boost.JSON versions

This commit is contained in:
Syping 2023-05-11 21:51:51 +02:00
parent 392f35a96d
commit 13fa4331fb
2 changed files with 10 additions and 5 deletions

View file

@ -568,7 +568,7 @@ bool SnapmaticPicture::preloadFile()
if (!picFilePath.endsWith(".g5e", Qt::CaseInsensitive) && p_ragePhoto.format() == G5EPhotoFormat::G5EX)
isFormatSwitch = true;
std::error_code ec;
boost::json::error_code ec;
const boost::json::value jsonValue = boost::json::parse(p_ragePhoto.json(), ec);
if (ec)
return false;