cppcheck: Missing break

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@983 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2013-12-12 19:10:52 +00:00
parent 6922a3ab60
commit 279e94ee24

View File

@@ -114,6 +114,8 @@ void DecimaterViewerWidget::keyPressEvent(QKeyEvent* _event)
break;
case Key_Q:
qApp->quit();
break;
case Key_Escape:
qApp->quit();
break;