Home GnuPG

Use QString::number instead of QString::asprintf

Description

Use QString::number instead of QString::asprintf

It's much easier and fixes the MinGW warning
warning: format '%lx' expects argument of type 'long unsigned int', but
argument 2 has type 'WId' {aka 'unsigned int'} [-Wformat=]

Details

Provenance
ikloeckerAuthored on Dec 13 2022, 4:18 PM
Parents
rKLEOPATRA9f5f2f1c6750: Fix MinGW warnings
Branches
Unknown
Tags
Unknown