mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Use qt5.15
This commit is contained in:
parent
2cdd53c316
commit
81ff663acd
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user