D23297: Replace obsolete methods in KFourInLine with non-obsolete ones
Yuri Chornoivan
noreply at phabricator.kde.org
Tue Aug 20 16:59:48 BST 2019
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-games-devel/attachments/20190820/4d6c6e9c/attachment.html>
More information about the kde-games-devel
mailing list