debugger: use dumpers build alongside Qt

This commit is contained in:
hjk
2009-03-26 08:42:27 +01:00
parent b278f956f8
commit 6c15d33cdc
9 changed files with 24 additions and 4 deletions
-1
View File
@@ -710,7 +710,6 @@ void testQString()
str += " World ";
str += " World ";
str += " World ";
str.append(s);
}
void testQString3()