Skip to content
  • Friedemann Kleint's avatar
    Debugger: Fix autotests on Windows · 65e13b70
    Friedemann Kleint authored
    
    
    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>
    65e13b70