X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiApplication.cpp;h=9a5fc93a6978c31bf8a06aa322b42a4c1e3aa8d9;hb=0120c3fc10f1f1cc062f0c2a445fcee5d336d9f3;hp=1e847464d826b3e6bb4a9ba0a7c58924b4194d07;hpb=b73879691f816b0874d9dec0c09e2db7889c4e8e;p=features.git diff --git a/src/frontends/qt4/GuiApplication.cpp b/src/frontends/qt4/GuiApplication.cpp index 1e847464d8..9a5fc93a69 100644 --- a/src/frontends/qt4/GuiApplication.cpp +++ b/src/frontends/qt4/GuiApplication.cpp @@ -2070,8 +2070,9 @@ void GuiApplication::dispatch(FuncRequest const & cmd, DispatchResult & dr) if (current_view_ == 0) createView(); } + // fall through } - // fall through + default: // The LFUN must be for one of GuiView, BufferView, Buffer or Cursor; // let's try that: