mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 05:54:39 -04:00
fixed lots of warnings
This commit is contained in:
@ -787,11 +787,13 @@ void Viewer::mousePressEvent ( QMouseEvent * event )
|
||||
yDragOrigin = event->y();
|
||||
xDragOrigin = event->x();
|
||||
setCursor(Qt::ClosedHandCursor);
|
||||
event->accept();
|
||||
}
|
||||
void Viewer::mouseReleaseEvent ( QMouseEvent * event )
|
||||
{
|
||||
drag = false;
|
||||
setCursor(Qt::OpenHandCursor);
|
||||
event->accept();
|
||||
}
|
||||
|
||||
void Viewer::updateFitToWidthRatio(float ratio)
|
||||
|
Reference in New Issue
Block a user