]> 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)
committerScott Kostyshak <skostysh@lyx.org>
Sat, 7 Mar 2020 03:46:18 +0000 (22:46 -0500)
commitc6f4682b7521c9733aa6a6de3b319f7648ef0d20
tree1abf02acc9441ecad2a044fa770b6a59db60a339
parent690c671b1d74aea566f7b4c952059afef2d4904a
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