]> git.lyx.org Git - features.git/commit
Fix Qt deprecation warn for QPixmapCache::find()
authorScott Kostyshak <skostysh@lyx.org>
Sat, 7 Mar 2020 03:46:18 +0000 (22:46 -0500)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:53 +0000 (15:48 +0200)
commitff06ddb357b87811b437de99b9677f4fa7d6884f
tree4f7cff5ea441b65969fa343e0dfedc78e23db87f
parentf3f147f212a969720c701228ced96106deba8e7f
Fix Qt deprecation warn for QPixmapCache::find()

Fix the following warning from Qt 5.14.1:

  error: ‘static bool QPixmapCache::find(const QString&, QPixmap&)’ is deprecated: Use bool find(const QString &, QPixmap*) instead [-Werror=deprecated-declarations]
src/frontends/qt/GuiCompleter.cpp