debugger: constify the address parameter passed to qDumpObjectData

This commit is contained in:
hjk
2009-08-27 17:07:37 +02:00
parent 1a772601dc
commit 786a0deb77
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3541,7 +3541,7 @@ extern "C" Q_DECL_EXPORT
void *qDumpObjectData440(
int protocolVersion,
int token,
void *data,
const void *data,
int dumpChildren,
int extraInt0,
int extraInt1,