summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/math3d/qmatrixnxn/tst_qmatrixnxn.cpp
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2020-01-23 11:52:51 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2020-02-28 18:08:45 +0100
commit5ebb03c47604e0597502fbe1069de636987f33fc (patch)
tree7b138570063de3eff29925f79f01b9386740d690 /tests/auto/gui/math3d/qmatrixnxn/tst_qmatrixnxn.cpp
parent543e87c65a8c8a9215c7fa1647792da77c2f6925 (diff)
Remove flagBits from QMatrix4x4
Change-Id: I14a22f3272b4793abd1e1b448351c94d3e07e946 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'tests/auto/gui/math3d/qmatrixnxn/tst_qmatrixnxn.cpp')
-rw-r--r--tests/auto/gui/math3d/qmatrixnxn/tst_qmatrixnxn.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/auto/gui/math3d/qmatrixnxn/tst_qmatrixnxn.cpp b/tests/auto/gui/math3d/qmatrixnxn/tst_qmatrixnxn.cpp
index 26e22e5883..c39fd7f7bc 100644
--- a/tests/auto/gui/math3d/qmatrixnxn/tst_qmatrixnxn.cpp
+++ b/tests/auto/gui/math3d/qmatrixnxn/tst_qmatrixnxn.cpp
@@ -139,8 +139,8 @@ private slots:
void convertGeneric();
- void optimize_data();
- void optimize();
+// void optimize_data();
+// void optimize();
void columnsAndRows();
@@ -2881,6 +2881,7 @@ void tst_QMatrixNxN::convertGeneric()
#endif
}
+/*
// Copy of "flagBits" in qmatrix4x4.h.
enum {
Identity = 0x0000, // Identity matrix
@@ -3014,7 +3015,7 @@ void tst_QMatrixNxN::optimize()
QCOMPARE(reinterpret_cast<Matrix4x4 *>(&m)->flagBits, flagBits);
}
-
+*/
void tst_QMatrixNxN::columnsAndRows()
{
QMatrix4x4 m1(uniqueValues4);