mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Use qt5.15
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user