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=]
Use QString::number instead of QString::asprintf Tags None Subscribers None
Description
Details
|