]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt/GuiDocument.h
Add accelerators
[lyx.git] / src / frontends / qt / GuiDocument.h
index ef143ab638f4acc2c97a337c3bdeb0bf20a344d1..dbdf34f47e633c6370407fc03c3f55b56e7d7443 100644 (file)
@@ -168,6 +168,7 @@ private Q_SLOTS:
        void outputChangesToggled(bool);
        void setOutputSync(bool);
        void bookmarksopenChanged(bool);
+       void changeTrackingChanged(bool);
 private:
        /// validate listings parameters and return an error message, if any
        QString validateListingsParameters();
@@ -373,6 +374,9 @@ Q_SIGNALS:
        /// signal that something's changed in the Widget.
        void changed();
 
+protected:
+       bool eventFilter(QObject * sender, QEvent * event) override;
+
 private:
        void closeEvent(QCloseEvent *) override;
        void on_preambleTE_textChanged() { changed(); }