On 8 January 2013 00:03, Adam Light <acli...@gmail.com> wrote:
> According to http://qt-project.org/doc/qt-5.0/qtgui/qmatrix4x4-compat.html,
> the QMatrix4x4 class (as well as QMatrix) is deprecated in Qt 5. Is there a
> suggested replacement?

I think you're misreading that page, only those two QMatrix4x4-related
functions are deprecated; the class itself is not. About QMatrix: use
QTransform instead, as stated in QMatrix docs.


-- 
Giuseppe D'Angelo
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to