]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt/GuiSelectionManager.h
Make string-widget combination more l7n friendly
[lyx.git] / src / frontends / qt / GuiSelectionManager.h
index 926adc589f2a4f4f72656f7495c9b72ceb68963c..905b2599044e260e6245152cc59bed9150733147 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Richard Heck
+ * \author Richard Kimberly Heck
  * \author Et Alia
  *
  * Full author contact details are available in file CREDITS.
@@ -15,9 +15,7 @@
 #include <QObject>
 
 class QAbstractItemModel;
-class QAbstractListModel;
 class QModelIndex;
-class QListView;
 class QPushButton;
 class QVariant;
 class QAbstractItemView;
@@ -31,7 +29,7 @@ namespace frontend {
  *  of items from a list of available items. Adapted from code originally
  *  written for GuiCitationDialog.
  *  Note that this is a not a QWidget, though it could be converted to
- *  one. Rather, the managed widgets---see constructor for descripton
+ *  one. Rather, the managed widgets---see constructor for description
  *  of them---should be created independently, and then passed to the
  *  constructor.
  */
@@ -133,7 +131,7 @@ protected Q_SLOTS:
        ///
        void availableLV_doubleClicked(const QModelIndex &);
        ///
-       bool eventFilter(QObject *, QEvent *);
+       bool eventFilter(QObject *, QEvent *) override;
        ///
        void updateButtons();