debugger: reduce use of macros in dumper code

This commit is contained in:
hjk
2009-06-26 10:50:58 +02:00
parent b295aec1ad
commit fc145c2c02
3 changed files with 715 additions and 574 deletions
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -404,12 +404,13 @@ void tst_Debugger::dumpQObject()
"{name='parent',value='0x0',type='$T *'},"
"{name='className',value='QObject',type='',numchild='0'}]",
&parent, NS"QObject", true);
/*
testDumper("numchild='2',children=[{name='2',value='deleteLater()',"
"numchild='0',exp='*(class 'QObject'*)$A',type='QObjectSlot'},"
"{name='3',value='_q_reregisterTimers(void*)',"
"numchild='0',exp='*(class 'QObject'*)$A',type='QObjectSlot'}]",
&parent, NS"QObjectSlotList", true);
*/
parent.setObjectName("A Parent");
testDumper("value='QQAgAFAAYQByAGUAbgB0AA==',valueencoded='2',type='$T',"
-1
View File
@@ -1101,7 +1101,6 @@ void testNamespace()
bar.doit(1);
}
void testHidden()
{
int n = 1;