]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiSpellchecker.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiSpellchecker.h
index 58458e8ec81bee4ed9eaf7466dd70fa5fd7e6186..937d4f294b78087bb843be9781ff3335efb2a414 100644 (file)
@@ -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;
 };