Small fixes

This commit is contained in:
2024-03-24 18:39:46 +01:00
parent 81d138f799
commit f35db9d1af
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ RawImage::RawImage(const QImage &img)
m_stats.m_stats = false;
}
const RawImage::Stats& RawImage::imageStats()
const RawImage::Stats& RawImage::imageStats() const
{
return m_stats;
}