]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiCharacter.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiCharacter.h
index 439dba8767b7805643006eb74c7f063d3ceb5c6b..40da643dffd3b7045eb7bf563154ddc14dfcf8b7 100644 (file)
@@ -18,6 +18,8 @@
 #include "ui_CharacterUi.h"
 #include "Font.h"
 
+#include <QAction>
+
 #include <utility>
 
 #ifdef IGNORE
@@ -66,7 +68,8 @@ protected Q_SLOTS:
        void on_emphCB_clicked();
        void on_nounCB_clicked();
        void on_nospellcheckCB_clicked();
-       void slotRestoreDefaults();
+       void resetToDefault();
+       void resetToNoChange();
        void checkRestoreDefaults();
 
 private:
@@ -107,6 +110,11 @@ private:
        bool noun_;
        ///
        bool nospellcheck_;
+
+       ///
+       QAction * resetdefault_ = new QAction(this);
+       ///
+       QAction * resetnochange_ = new QAction(this);
 };
 
 } // namespace frontend