]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiWorkArea.h
Handle correctly zero table special arguments.
[lyx.git] / src / frontends / qt4 / GuiWorkArea.h
index 596b975c04c4ab2820065b422196ae7131bae497..39d2054217b658682c741f3a96951805ecb489b3 100644 (file)
@@ -60,13 +60,11 @@ public:
        /// is GuiView in fullscreen mode?
        bool isFullScreen() const;
        ///
-       void scheduleRedraw();
-       ///
        BufferView & bufferView();
        ///
        BufferView const & bufferView() const;
        ///
-       void redraw(bool update_metrics);
+       void scheduleRedraw(bool update_metrics);
 
        /// return true if the key is part of a shortcut
        bool queryKeySym(KeySymbol const & key, KeyModifier mod) const;
@@ -112,7 +110,7 @@ private Q_SLOTS:
        void scrollTo(int value);
        /// timer to limit triple clicks
        void doubleClickTimeout();
-       /// toggle the cursor's visibility
+       /// toggle the caret's visibility
        void toggleCaret();
        /// close this work area.
        /// Slot for Buffer::closing signal.