]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiDocument.h
Use the OK/Apply paradigm for all document settings
[features.git] / src / frontends / qt4 / GuiDocument.h
index 5efde8eee3e289b37cec36f8ef031aa20be151c9..be1b7e489f5f9eb392f0f889803940bc53fc265a 100644 (file)
@@ -86,6 +86,10 @@ public:
 
 public Q_SLOTS:
        void onBufferViewChanged();//override
+       // OK button clicked
+       void slotOK();
+       // Apply button clicked
+       void slotApply();
 
 private Q_SLOTS:
        void updateNumbering();
@@ -303,6 +307,10 @@ private:
        bool biblioChanged_;
        /// Track if a non-module document param changed
        bool nonModuleChanged_;
+       /// Track if used modules changed
+       bool modulesChanged_;
+       /// Track if the shellescape param changed
+       bool shellescapeChanged_;
 };