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