Skip to content
Snippets Groups Projects
Commit 65e13b70 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Debugger: Fix autotests on Windows


Format pointers consistently using 0x%[l]x in printf/scanf.
Remove %p formatting as the existence of the prefix 0x
is platform-dependent (missing with MSVC), which caused
a scanf error and thus dumper crash for QAbstractItem.
Reviewed-by: default avatarck <qt-info@nokia.com>
parent fefd72b2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment