X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiSpellchecker.h;h=937d4f294b78087bb843be9781ff3335efb2a414;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=58458e8ec81bee4ed9eaf7466dd70fa5fd7e6186;hpb=11d3a3b7bc408126d2940e4f5bae7cc9181f54ce;p=lyx.git diff --git a/src/frontends/qt4/GuiSpellchecker.h b/src/frontends/qt4/GuiSpellchecker.h index 58458e8ec8..937d4f294b 100644 --- a/src/frontends/qt4/GuiSpellchecker.h +++ b/src/frontends/qt4/GuiSpellchecker.h @@ -62,6 +62,8 @@ private: /// show count of checked words at normal exit void showSummary(); + bool eventFilter(QObject *obj, QEvent *event); + struct Private; Private * const d; };