Scott Kostyshak 24926b2e23 Fix a few deprecation warnings in Qt 5.14.1
These changes fix a few instances of the following type of warning:

  error: ‘void QListWidget::setItemSelected(const QListWidgetItem*, bool)’ is deprecated: Use QListWidgetItem::setSelected() instead [-Werror=deprecated-declarations]

as well as similar warnings for setItemHidden() and
setItemExpanded(). These are just warnings now, but it is planned to
remove the methods for Qt 6:

  https://bugreports.qt.io/browse/QTBUG-73048

I tested that LyX can still be built against Qt 4.8.7 with this
commit. Indeed, these methods have been deprecated for a while (it
is just that QT_DEPRECATED_WARNINGS was only turned on by default
starting with 5.13.0). See, e.g.,

  https://doc.qt.io/archives/qt-4.7/qlistwidget-obsolete.html
2020-03-05 11:12:31 -05:00
..
2020-01-07 16:27:23 +01:00
2020-03-01 15:31:58 -05:00
2020-01-07 16:27:23 +01:00
2020-02-29 20:37:04 +01:00
2020-02-28 01:06:22 -05:00
2020-02-28 01:40:30 -05:00
2020-02-29 05:55:20 -05:00
2020-02-28 01:40:30 -05:00
2020-01-14 21:59:05 +01:00
2020-02-28 01:09:45 -05:00
2020-02-28 01:40:30 -05:00
2020-02-28 01:40:30 -05:00
2020-02-28 01:16:10 -05:00
2020-02-28 01:16:21 -05:00
2020-02-28 00:52:38 -05:00
2020-02-28 01:40:30 -05:00
2020-02-28 01:40:30 -05:00
2020-01-13 08:59:26 +01:00
2018-02-18 09:19:03 +01:00
2020-02-28 01:25:30 -05:00
2018-02-23 23:38:31 -05:00
2017-07-03 13:46:30 -04:00
2017-07-03 13:46:30 -04:00
2020-02-28 01:28:08 -05:00
2017-07-03 13:46:30 -04:00
2020-02-28 01:40:30 -05:00
2020-02-28 01:40:30 -05:00
2020-02-28 01:42:32 -05:00
2020-02-28 01:44:48 -05:00
2020-02-28 01:48:10 -05:00
2020-02-28 01:48:10 -05:00
2020-02-28 01:55:05 -05:00
2020-02-28 01:55:05 -05:00
2020-02-28 01:55:05 -05:00
2017-07-03 13:46:30 -04:00
2020-02-28 01:55:05 -05:00
2018-12-17 15:33:47 +01:00
2020-02-29 00:06:35 -05:00
2018-01-30 12:11:22 +01:00
2020-02-29 00:06:35 -05:00
2019-10-27 00:17:27 +02:00
2020-02-29 00:06:35 -05:00
2020-02-29 00:21:00 -05:00
2020-02-29 00:21:00 -05:00
2020-02-29 00:21:00 -05:00
2019-09-11 10:29:50 +02:00
2020-01-02 14:09:24 +01:00
2020-02-29 00:21:00 -05:00
2017-07-03 13:46:30 -04:00
2020-02-29 00:21:00 -05:00
2017-07-03 13:46:30 -04:00
2020-02-29 00:21:02 -05:00
2018-05-28 12:33:17 +02:00
2020-02-29 00:21:00 -05:00
2019-12-15 13:48:21 +01:00
2019-06-02 18:07:10 +02:00
2017-07-03 13:46:30 -04:00
2018-01-28 23:37:20 -05:00
2017-07-03 13:46:30 -04:00
2020-01-02 14:09:24 +01:00
2020-01-26 20:31:03 +01:00
2019-05-14 16:39:35 +02:00
2017-07-03 13:46:30 -04:00
2020-01-13 09:21:32 +01:00
2017-11-11 13:24:08 +01:00
2017-07-03 13:46:30 -04:00
2020-01-14 11:42:01 +01:00
2018-08-07 17:56:07 +02:00
2019-11-06 10:36:21 +01:00
2017-07-03 13:46:30 -04:00
2019-06-12 15:03:18 +02:00
2018-12-06 10:30:58 +01:00
2019-03-12 16:03:22 +01:00
2020-02-26 23:37:24 -05:00
2020-02-27 14:36:46 -05:00
2018-02-24 00:28:37 -05:00
2019-06-02 21:17:26 +02:00
2018-05-02 12:38:40 +02:00