D23297: Replace obsolete methods in KFourInLine with non-obsolete ones

Carl Schwan <[email protected]>
Newsgroups gmane.comp.kde.devel.games
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.