]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QLToolbar.h
Transfer Text::drawSelection() from InsetText::drawSelection() to InsetText::draw...
[lyx.git] / src / frontends / qt4 / QLToolbar.h
index 5e01cd5dd620ea44310aca9bdc427091707e0181..f2f97ce74148c152a274650ebef8ed4716d7e2e0 100644 (file)
@@ -31,6 +31,7 @@ namespace lyx {
 class FuncRequest;
 namespace frontend {
 
+class QCommandBuffer;
 class QLayoutBox;
 class GuiView;
 class Action;
@@ -75,13 +76,14 @@ public:
        void saveInfo(ToolbarSection::ToolbarInfo & info);
        void update();
        LayoutBox * layout() const { return layout_.get(); }
-
-
+       ///
+       void focusCommandBuffer();
 
 Q_SIGNALS:
        void updated();
 
 private:
+       QCommandBuffer * command_buffer_;
 
        std::vector<Action *> ActionVector;
        GuiView & owner_;