]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiSelectionManager.h
On Linux show in crash message box the backtrace
[lyx.git] / src / frontends / qt4 / GuiSelectionManager.h
index 7f188e3705008d90f8c6854dff0d840d991737d3..4b83e23e44cfa1ad74a33383ea2c113b33b49021 100644 (file)
@@ -61,7 +61,7 @@ public:
        /// to be used, for example, in displaying information about a
        /// highlighted item: should it be the highlighted available item
        /// or the highlighted selected item that is displayed?
-       bool selectedFocused() const { return selectedHasFocus_; };
+       bool selectedFocused() const { return selectedHasFocus_; }
        /// Returns the selected index. Note that this will depend upon
        /// selectedFocused().
        QModelIndex getSelectedIndex() const;
@@ -123,12 +123,8 @@ protected Q_SLOTS:
        ///
        virtual void downPB_clicked();
        ///
-       void availableLV_clicked(const QModelIndex &);
-       ///
        void availableLV_doubleClicked(const QModelIndex &);
        ///
-       void selectedLV_clicked(const QModelIndex &);
-       ///
        bool eventFilter(QObject *, QEvent *);
 
 private: