]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiCompleter.h
Fix handling of the add branch textfield in GuiBranches
[lyx.git] / src / frontends / qt4 / GuiCompleter.h
index f5986359de8ef82673455ec0e753d5645a260b7f..20b50e7ab46d85b6475e300426fa25f9215defc4 100644 (file)
@@ -61,7 +61,7 @@ public:
        /// Update the visibility of the popup and the inline completion.
        /// This method might set the update flags of the cursor to request
        /// a redraw.
-       void updateVisibility(Cursor & cur, bool start, bool keep, bool cursorInView = true);
+       void updateVisibility(Cursor & cur, bool start, bool keep);
        /// Update the visibility of the popup and the inline completion.
        /// This method handles the redraw if needed.
        void updateVisibility(bool start, bool keep);
@@ -101,21 +101,19 @@ private:
        ///
        void setCurrentCompletion(QString const & s);
        ///
-       void showPopup(Cursor & cur);
+       void showPopup(Cursor const & cur);
        ///
-       void showInline(Cursor & cur);
+       void showInline(Cursor const & cur);
        ///
-       void hidePopup(Cursor & cur);
+       void hideInline(Cursor const & cur);
        ///
-       void hideInline(Cursor & cur);
+       void updatePopup(Cursor const & cur);
        ///
-       void updatePopup(Cursor & cur);
+       void updateInline(Cursor const & cur, QString const & completion);
        ///
-       void updateInline(Cursor & cur, QString const & completion);
+       void updatePrefix(Cursor const & cur);
        ///
-       void updatePrefix(Cursor & cur);
-       ///
-       void updateModel(Cursor & cur, bool popupUpdate, bool inlineUpdate);
+       void updateModel(Cursor const & cur, bool popupUpdate, bool inlineUpdate);
        ///
        bool eventFilter(QObject * watched, QEvent * event);