gwenview: comment correction

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-10-19 20:04:22 +03:00
parent 5e96399497
commit a488e15681

View file

@ -65,7 +65,7 @@ void AnimatedDocumentLoadedImpl::init()
if (!document()->image().isNull()) {
// We may reach this point without an image if the first frame got
// downsampled by LoadingDocumentImpl (unlikely for now because the
// handler many not support the QImageIOHandler::ScaledSize option)
// handler may not support the QImageIOHandler::ScaledSize option)
emit imageRectUpdated(document()->image().rect());
emit loaded();
}