Updated thumbnail notification bus to use const QPixmap&

Signed-off-by: Guthrie Adams <guthadam@amazon.com>
This commit is contained in:
Guthrie Adams
2021-10-12 14:41:26 -05:00
parent 7fcaeb16c4
commit 8487373b0c
7 changed files with 7 additions and 7 deletions
@@ -67,7 +67,7 @@ namespace ImageProcessingAtom
m_renderWait.acquire();
}
void ImageThumbnail::ThumbnailRendered(QPixmap& thumbnailImage)
void ImageThumbnail::ThumbnailRendered(const QPixmap& thumbnailImage)
{
m_pixmap = thumbnailImage;
m_renderWait.release();