Kaydet (Commit) 2484cda4 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1000658 Missing break in switch, assuming its intentional

Change-Id: Id208942e98c8b8fc685aa77c3c11468ed2af832d
üst abf842e4
...@@ -621,6 +621,7 @@ void ThumbnailView::KeyInput( const KeyEvent& rKEvt ) ...@@ -621,6 +621,7 @@ void ThumbnailView::KeyInput( const KeyEvent& rKEvt )
if ( bFoundLast ) if ( bFoundLast )
OnItemDblClicked( mFilteredItemList[nLastPos] ); OnItemDblClicked( mFilteredItemList[nLastPos] );
} }
//fall-through
default: default:
Control::KeyInput( rKEvt ); Control::KeyInput( rKEvt );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment