]> 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 4076991dfdb88b82e6ba2800c025c1e70e98d944..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;
@@ -133,7 +131,7 @@ protected Q_SLOTS:
        ///
        void availableLV_doubleClicked(const QModelIndex &);
        ///
-       bool eventFilter(QObject *, QEvent *);
+       bool eventFilter(QObject *, QEvent *) override;
        ///
        void updateButtons();