From 373da663a45d9077335d87f3e9538534d237f59b Mon Sep 17 00:00:00 2001
From: hjk <qtc-committer@nokia.com>
Date: Fri, 8 Oct 2010 14:56:17 +0200
Subject: [PATCH] debugger: compile fix for manual test

---
 tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp b/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp
index 3bc1b2b938a..c51245addbd 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()
 {
-- 
GitLab