mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
Fix compiler warning
This commit is contained in:
parent
58b5657b3b
commit
2dcae27e84
@ -354,6 +354,7 @@ void MapControl::mouseMoveEvent(QMouseEvent *evnt)
|
||||
|
||||
void MapControl::wheelEvent(QWheelEvent *evnt)
|
||||
{
|
||||
(void) evnt;
|
||||
/*if(mouse_wheel_events && evnt->angleDelta() )
|
||||
{
|
||||
if(evnt->delta() > 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user