D23297: Replace obsolete methods in KFourInLine with non-obsolete ones
Carl Schwan
noreply at phabricator.kde.org
Tue Aug 20 17:10:28 BST 2019
ognarb added inline comments.
INLINE COMMENTS
> kgamepropertyarray.h:282
> //qCDebug(KFOURINLINE_LOG) << "CmdSort:id="<<id();
> - qSort( *this );
> + std::sort( (*this).begin(), (*this).end() );
> break;
std::sort( this->begin(), this->end() );
REPOSITORY
R395 KFourInLine
REVISION DETAIL
https://phabricator.kde.org/D23297
To: yurchor, #kde_games
Cc: ognarb, kde-games-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-games-devel/attachments/20190820/285407a7/attachment.html>
More information about the kde-games-devel
mailing list