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

View File

@@ -39,7 +39,7 @@ Q_DECL_EXPORT extern char qDumpOutBuffer[];
#endif
extern "C" Q_DECL_EXPORT
void *qDumpObjectData440(int protocolVersion, int token, void *data,
void *qDumpObjectData440(int protocolVersion, int token, const void *data,
int dumpChildren, int extraInt0, int extraInt1, int extraInt2, int extraInt3);