]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiCommandEdit.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiCommandEdit.h
index f3587744a0b8b67ec09a5c67768c49f203de1a03..76833115cd255fe97ef20de814989f17280887e3 100644 (file)
@@ -19,7 +19,8 @@
 namespace lyx {
 namespace frontend {
 
-class GuiCommandEdit : public QLineEdit {
+class GuiCommandEdit : public QLineEdit
+{
        Q_OBJECT
 
 public:
@@ -34,8 +35,6 @@ Q_SIGNALS:
        void downPressed();
        /// complete
        void tabPressed();
-       /// leave and hide command buffer
-       void hidePressed();
 
 protected:
        ///