From 81ff663acda90c6335ce6b8b85cc904a0541fa40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 3 Oct 2021 12:38:32 +0200 Subject: [PATCH] Use qt5.15 --- YACReader/viewer.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/YACReader/viewer.cpp b/YACReader/viewer.cpp index bf7df3b9..6b595a70 100644 --- a/YACReader/viewer.cpp +++ b/YACReader/viewer.cpp @@ -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()