diff options
author | Jiang Jiang <jiang.jiang@nokia.com> | 2011-03-23 15:54:01 (GMT) |
---|---|---|
committer | Jiang Jiang <jiang.jiang@nokia.com> | 2011-03-24 13:02:21 (GMT) |
commit | dcdc7eccf7ff32396816059dc932c358f73cf12b (patch) | |
tree | 947fd39dcdbfdd9cea8707dc755b28c702d917fa | |
parent | d2ab40f8c3ba0f13dc15ca8286afea291140d8ec (diff) | |
download | Qt-dcdc7eccf7ff32396816059dc932c358f73cf12b.zip Qt-dcdc7eccf7ff32396816059dc932c358f73cf12b.tar.gz Qt-dcdc7eccf7ff32396816059dc932c358f73cf12b.tar.bz2 |
Fix QTransform debug output
Reviewed-by: Eskil
-rw-r--r-- | src/gui/painting/qtransform.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/painting/qtransform.cpp b/src/gui/painting/qtransform.cpp index 4441b30..7d11e2f 100644 --- a/src/gui/painting/qtransform.cpp +++ b/src/gui/painting/qtransform.cpp @@ -1085,8 +1085,11 @@ QDebug operator<<(QDebug dbg, const QTransform &m) "TxNone", "TxTranslate", "TxScale", + 0, "TxRotate", + 0, 0, 0, "TxShear", + 0, 0, 0, 0, 0, 0, 0, "TxProject" }; |