mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -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()
|
const QPixmap Viewer::pixmap()
|
||||||
{
|
{
|
||||||
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
|
|
||||||
return content->pixmap();
|
return content->pixmap();
|
||||||
#else
|
|
||||||
return *(content->pixmap());
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Viewer::magnifyingGlassSwitch()
|
void Viewer::magnifyingGlassSwitch()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user