]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QCommandBuffer.h
better selection and scrolling behaviour
[lyx.git] / src / frontends / qt2 / QCommandBuffer.h
index c59c0dfcd543ae9e0d30b681da21a5b4be67f4f3..313242e6660c4ed09d10ea9490a20c991b5a4041 100644 (file)
@@ -26,12 +26,10 @@ class ControlCommandBuffer;
 class QCommandBuffer : public QToolBar {
        Q_OBJECT
 public:
-
        QCommandBuffer(QtView * view, ControlCommandBuffer & control);
 
        /// focus the edit widget
        void focus_command();
-
 public slots:
        /// cancel command compose
        void cancel();
@@ -40,12 +38,11 @@ public slots:
        /// tab-complete
        void complete();
        /// select-complete
-       void complete_selected(const QString & str);
+       void complete_selected(QString const & str);
        /// up
        void up();
        /// down
        void down();
-
 private:
        /// owning view
        QtView * view_;