Skip to content
Commit 406648ae authored by Yuri Chornoivan's avatar Yuri Chornoivan
Browse files

Replace obsolete methods in KFourInLine with non-obsolete ones

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.

Reviewers: #kde_games, aacid

Reviewed By: aacid

Subscribers: aacid, ognarb, kde-games-devel

Differential Revision: https://phabricator.kde.org/D23297
parent 2da0004a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment