]> 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 5900f7c08c4996538803aaa9977ece688af5e686..20b50e7ab46d85b6475e300426fa25f9215defc4 100644 (file)
@@ -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);