another warning fix

This commit is contained in:
Maxime Gimeno 2020-10-07 09:59:18 +02:00
parent dcbb50a134
commit a28dd524b7
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ void ManipulatedFrame::mouseMoveEvent(QMouseEvent *const event,
// These MouseAction values make no sense for a manipulatedFrame
break;
case NO_MOUSE_ACTION:
default:
// Possible when the ManipulatedFrame is a MouseGrabber. This method is then
// called without startAction because of mouseTracking.
break;