Use qt5.15

This commit is contained in:
Luis Ángel San Martín 2021-10-03 12:38:32 +02:00
parent 2cdd53c316
commit 81ff663acd

View File

@ -775,11 +775,7 @@ void Viewer::mouseMoveEvent(QMouseEvent *event)
const QPixmap Viewer::pixmap()
{
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
return content->pixmap();
#else
return *(content->pixmap());
#endif
}
void Viewer::magnifyingGlassSwitch()