From 720d8ae58ec934fb2b73aff89ef97282d90428a9 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sun, 20 Sep 2015 12:34:49 -0400 Subject: [PATCH] Add comment regarding fall through. Coverity issue #111940. --- src/frontends/qt4/GuiApplication.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontends/qt4/GuiApplication.cpp b/src/frontends/qt4/GuiApplication.cpp index e5e0806074..5e213e6fbb 100644 --- a/src/frontends/qt4/GuiApplication.cpp +++ b/src/frontends/qt4/GuiApplication.cpp @@ -2040,6 +2040,7 @@ void GuiApplication::dispatch(FuncRequest const & cmd, DispatchResult & dr) if (current_view_ == 0) createView(); } + // fall through } default: -- 2.39.5