mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Drop Qt 5 support
This commit is contained in:
@ -759,11 +759,7 @@ void Viewer::resizeEvent(QResizeEvent *event)
|
||||
|
||||
QPixmap Viewer::pixmap() const
|
||||
{
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
|
||||
return content->pixmap();
|
||||
#else
|
||||
return content->pixmap(Qt::ReturnByValue);
|
||||
#endif
|
||||
}
|
||||
|
||||
void Viewer::magnifyingGlassSwitch()
|
||||
|
||||
Reference in New Issue
Block a user