mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-31 09:05:14 +01:00
Use the correct super class
This commit is contained in:
parent
1e5b18d86a
commit
40febb8c0e
@ -1216,7 +1216,8 @@ bool MapView::event(QEvent *event)
|
||||
{
|
||||
if (event->type() == QEvent::Gesture)
|
||||
return gestureEvent(static_cast<QGestureEvent*>(event));
|
||||
return QWidget::event(event);
|
||||
|
||||
return QGraphicsView::event(event);
|
||||
}
|
||||
|
||||
bool MapView::gestureEvent(QGestureEvent *event)
|
||||
|
Loading…
x
Reference in New Issue
Block a user