diff --git a/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp b/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp index 3bc1b2b938a7160e0559149ed8a04d4ab4ff6fe0..c51245addbdf9a6c8b1a9f893f39aead185f9fab 100644 --- a/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp +++ b/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp @@ -458,17 +458,17 @@ QFileInfo testQFileInfo() return result; } -/* void testQFixed() { +/* QFixed f = QFixed::fromReal(4.2); f += 1; f += 1; f *= -1; f += 1; f += 1; -} */ +} QHash<int, float> testQHash() {