D23297: Replace obsolete methods in KFourInLine with non-obsolete ones
Yuri Chornoivan <[email protected]>
| Newsgroups | gmane.comp.kde.devel.games |
|---|---|
| Message-ID | <[email protected]> |
yurchor created this revision. yurchor added a reviewer: KDE Games. Herald added a subscriber: kde-games-devel. yurchor requested review of this revision. REVISION SUMMARY There are some obsolete methods in the current code (qCopy, qSort and setWorldMatrix). This patch replaces them with common replacements (std::copy, std::sort, and setWorldTransform). TEST PLAN 1. Compile and install KFourInLine. There should be no deprecation warnings with Qt 5.13. 2. Run kfourinline. Watch demo, play some games. No visible differences should be observed. REPOSITORY R395 KFourInLine BRANCH master REVISION DETAIL https://phabricator.kde.org/D23297 AFFECTED FILES src/kgameprocess.cpp src/kgamepropertyarray.h src/kwin4view.cpp To: yurchor, #kde_games Cc: kde-games-devel