Convert depreciated setWorldMatrix to setWorldTransform

Authored by hindenburg on May 10 2020, 5:31 PM.

Description

Convert depreciated setWorldMatrix to setWorldTransform

This change matches what Qt was doing behind the scenes.

setWorldMatrix(const QMatrix &matrix, bool combine)
{

setWorldTransform(QTransform(matrix), combine);

}

Tested with varies files in the konsole/tests folder.

Details

Committed
hindenburgMay 10 2020, 5:31 PM
Parents
R319:e788b2a89409: Konsole: Add a color tabs support in Konsole
Branches
Unknown
Tags
Unknown