aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/debugger/tst_offsets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/debugger/tst_offsets.cpp')
-rw-r--r--tests/auto/debugger/tst_offsets.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/debugger/tst_offsets.cpp b/tests/auto/debugger/tst_offsets.cpp
index 5fa28d9897..2309b5296a 100644
--- a/tests/auto/debugger/tst_offsets.cpp
+++ b/tests/auto/debugger/tst_offsets.cpp
@@ -226,11 +226,11 @@ void tst_offsets::offsets_data()
OFFSET_TEST(QFilePrivate, fileName) << 140 << 232;
#endif
- OFFSET_TEST(QFileSystemEntry, m_filePath) << 0 << 0;
- OFFSET_TEST(QFileInfoPrivate, fileEntry) << 4 << 8;
+ OFFSET_TEST(QFileSystemEntry, m_filePath) << 0 << 0;
+ OFFSET_TEST(QFileInfoPrivate, fileEntry) << 4 << 8;
- QTest::newRow("sizeof(QObjectData)") << int(sizeof(QObjectData))
- << 28 << 48; // vptr + 3 ptr + 2 int + ptr
+ QTest::newRow("sizeof(QObjectData)") << int(sizeof(QObjectData))
+ << 28 << 48; // vptr + 3 ptr + 2 int + ptr
if (qtVersion >= 0x50000)
OFFSET_TEST(QObjectPrivate, extraData) << 28 << 48; // sizeof(QObjectData)