Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Nov 11, 2017
1 parent a2afdf0 commit d59fec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/player/EventFilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ bool EventFilter::eventFilter(QObject *watched, QEvent *event)
}
break;

case QEvent:: QEvent::MouseButtonDblClick: {
case QEvent::MouseButtonDblClick: {
QMouseEvent *me = static_cast<QMouseEvent*>(event);
Qt::MouseButton mbt = me->button();
QWidget *mpWindow = static_cast<QWidget*>(player->parent());
Expand Down

0 comments on commit d59fec6

Please sign in to comment.