|
发表于 2003-11-19 16:14:56
|
显示全部楼层
QObject::dumpObjectInfo ()
try this:
void QObject::dumpObjectInfo ()
Dumps information about signal connections, etc. for this object to the debug output.
This function is useful for debugging, but does nothing if the library has been compiled in release mode (i.e. without debugging information). |
|