Skip to content
Commit 5c793cb0 authored by Kurt Hindenburg's avatar Kurt Hindenburg
Browse files

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.
parent e788b2a8
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